Html Css Color HEX #1066E8 Navy Blue

📋 copy color: '#1066E8'

red 16 ◦ green 102 ◦ blue 232

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

Shades of Navy Blue #1066E8

Tints of Navy Blue #1066E8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

 BLUE value IS 232 (91.02% from 255) = 66.29%

R = 4.57%
G = 29.14%
B = 66.29%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1066E8 (or 0x1066E8) is known color: Navy Blue. HEX triplet: 10, 66 and E8. RGB value is (16,102,232). Sum of RGB (Red+Green+Blue) = 16+102+232=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 232 (91.02% from 255 or 66.29% from 350); Max value from RGB is 232 - color contains mainly: blue. Hex color #1066E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1066E8 is #EF9917. Grayscale: #5A5A5A. Windows color (decimal): -15702296 or 15230480. OLE color: 15230480.

HSL color Cylindrical-coordinate representation of color #1066E8: hue angle of 216.11º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1066E8 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 16 102 232 -
CMYK 0.93 0.56 0 0.09
HSL 216.11º 0.87% 0.49% -
HSV(B) 216.11º 0.93% 0.91% -
XYZ 19.53 15.44 78.29 -
YUV 91.11 207.51 74.43 -
System Red Green Blue C M Y K H S L
Decimal 16 102 232 0.93 0.56 0 0.09 216.11 0.87 0.49
Hex 10 66 E8 5D 38 0 9 D8 57 31
Octal 20 146 350 135 70 0 11 330 127 61
Binary 10000 1100110 11101000 1011101 111000 0 1001 11011000 1010111 110001

Color Harmonies of #1066E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1066E8

Black with #1066E8

Text Example


Text Example

White with #1066E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1066E8; }

 p { color: rgb(16,102,232); }

 H1.HeaderClassName
 {
   color: #1066E8;
 }
 .AnyTagClassName
 {
   color: #1066E8;
 }
</style>

background-color css

<style>
 a { background-color: #1066E8; }

 a { background-color: rgb(16,102,232); }

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

border-color css

<style>
 span { border-color: #1066E8; }

 span { border-color: rgb(16,102,232); }

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