Html Css Color HEX #1066EA Navy Blue

📋 copy color: '#1066EA'

red 16 ◦ green 102 ◦ blue 234

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

Shades of Navy Blue #1066EA

Tints of Navy Blue #1066EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.48%

R = 4.55%
G = 28.98%
B = 66.48%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1066EA (or 0x1066EA) is known color: Navy Blue. HEX triplet: 10, 66 and EA. RGB value is (16,102,234). Sum of RGB (Red+Green+Blue) = 16+102+234=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #1066EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1066EA is #EF9915. Grayscale: #5A5A5A. Windows color (decimal): -15702294 or 15361552. OLE color: 15361552.

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

Color convert

RGB 16 102 234 -
CMYK 0.93 0.56 0 0.08
HSL 216.33º 0.87% 0.49% -
HSV(B) 216.33º 0.93% 0.92% -
XYZ 19.82 15.55 79.8 -
YUV 91.33 208.51 74.27 -
System Red Green Blue C M Y K H S L
Decimal 16 102 234 0.93 0.56 0 0.08 216.33 0.87 0.49
Hex 10 66 EA 5D 38 0 8 D8 57 31
Octal 20 146 352 135 70 0 10 330 127 61
Binary 10000 1100110 11101010 1011101 111000 0 1000 11011000 1010111 110001

Color Harmonies of #1066EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1066EA

Black with #1066EA

Text Example


Text Example

White with #1066EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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