Html Css Color HEX #1066E0 Navy Blue

📋 copy color: '#1066E0'

red 16 ◦ green 102 ◦ blue 224

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

Shades of Navy Blue #1066E0

Tints of Navy Blue #1066E0

RGB

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

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

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

R = 4.68%
G = 29.82%
B = 65.5%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1066E0 (or 0x1066E0) is known color: Navy Blue. HEX triplet: 10, 66 and E0. RGB value is (16,102,224). Sum of RGB (Red+Green+Blue) = 16+102+224=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 224 (87.89% from 255 or 65.50% from 342); Max value from RGB is 224 - color contains mainly: blue. Hex color #1066E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1066E0 is #EF991F. Grayscale: #595959. Windows color (decimal): -15702304 or 14706192. OLE color: 14706192.

HSL color Cylindrical-coordinate representation of color #1066E0: hue angle of 215.19º 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 #1066E0 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 102 224 -
CMYK 0.93 0.54 0 0.12
HSL 215.19º 0.87% 0.47% -
HSV(B) 215.19º 0.93% 0.88% -
XYZ 18.42 14.99 72.44 -
YUV 90.19 203.51 75.08 -
System Red Green Blue C M Y K H S L
Decimal 16 102 224 0.93 0.54 0 0.12 215.19 0.87 0.47
Hex 10 66 E0 5D 36 0 C D7 57 2F
Octal 20 146 340 135 66 0 14 327 127 57
Binary 10000 1100110 11100000 1011101 110110 0 1100 11010111 1010111 101111

Color Harmonies of #1066E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1066E0

Black with #1066E0

Text Example


Text Example

White with #1066E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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