#1364F1

Color #1364F1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1364F1

Tints of Navy Blue #1364F1

Color information

#1364F1 (or 0x1364F1) is unknown color: approx Navy Blue. HEX triplet: 13, 64 and F1. RGB value is (19,100,241). Sum of RGB (Red+Green+Blue) = 19+100+241=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #1364F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1364F1 is #EC9B0E. Grayscale: #5B5B5B. Windows color (decimal): -15506191 or 15819795. OLE color: 15819795.

HSL color Cylindrical-coordinate representation of color #1364F1: hue angle of 218.11º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1364F1 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19100241-
CMYK0.920.5900.05
HSL218.11º88.8%50.98%-
HSV(B)218.11º92.12%94.51%-
XYZ20.715.685.14-
YUV91.86212.1676.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 5.28%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 241 (94.53% from 255) = 66.94%
R=5.28%
G=27.78%
B=66.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191002410.920.5900.05218.1188.850.98
Hex1364F15C3B05da5933
Octal23144361134730533213163
Binary1001111001001111000110111001110110101110110101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1364F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1364F1; }

 p { color: rgb(19,100,241); }

 H1.HeaderClassName
 {
   color: #1364F1;
 }
 .AnyTagClassName
 {
   color: #1364F1;
 }
</style>
background-color css

<style>
 a { background-color: #1364F1; }

 a { background-color: rgb(19,100,241); }

 div.DivClassName
 {
   background-color: #1364F1;
 }
 .BgClassName
 {
   background-color: #1364F1;
 }
</style>
border-color css

<style>
 span { border-color: #1364F1; }

 span { border-color: rgb(19,100,241); }

 td.TdClassName
 {
   border-color: #1364F1;
 }
 .TagClassName
 {
   border-color: #1364F1;
 }
</style>