Html Css Color HEX #1064E0 Navy Blue

📋 copy color: '#1064E0'

red 16 ◦ green 100 ◦ blue 224

#1064E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1064E0

Tints of Navy Blue #1064E0

RGB

 RED value IS 16 (6.64% from 255) = 4.71%

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 224 (87.89% from 255) = 65.88%

R = 4.71%
G = 29.41%
B = 65.88%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1064E0 (or 0x1064E0) is known color: Navy Blue. HEX triplet: 10, 64 and E0. RGB value is (16,100,224). Sum of RGB (Red+Green+Blue) = 16+100+224=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #1064E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1064E0 is #EF9B1F. Grayscale: #585858. Windows color (decimal): -15702816 or 14705680. OLE color: 14705680.

HSL color Cylindrical-coordinate representation of color #1064E0: hue angle of 215.77º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1064E0 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 100 224 -
CMYK 0.93 0.55 0 0.12
HSL 215.77º 0.87% 0.47% -
HSV(B) 215.77º 0.93% 0.88% -
XYZ 18.23 14.61 72.38 -
YUV 89.02 204.17 75.92 -
System Red Green Blue C M Y K H S L
Decimal 16 100 224 0.93 0.55 0 0.12 215.77 0.87 0.47
Hex 10 64 E0 5D 37 0 C D8 57 2F
Octal 20 144 340 135 67 0 14 330 127 57
Binary 10000 1100100 11100000 1011101 110111 0 1100 11011000 1010111 101111

Color Harmonies of #1064E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1064E0

Black with #1064E0

Text Example


Text Example

White with #1064E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1064E0; }

 p { color: rgb(16,100,224); }

 H1.HeaderClassName
 {
   color: #1064E0;
 }
 .AnyTagClassName
 {
   color: #1064E0;
 }
</style>

background-color css

<style>
 a { background-color: #1064E0; }

 a { background-color: rgb(16,100,224); }

 div.DivClassName
 {
   background-color: #1064E0;
 }
 .BgClassName
 {
   background-color: #1064E0;
 }
</style>

border-color css

<style>
 span { border-color: #1064E0; }

 span { border-color: rgb(16,100,224); }

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