Html Css Color HEX #1066DC Navy Blue

📋 copy color: '#1066DC'

red 16 ◦ green 102 ◦ blue 220

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

Shades of Navy Blue #1066DC

Tints of Navy Blue #1066DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 4.73%
G = 30.18%
B = 65.09%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1066DC (or 0x1066DC) is known color: Navy Blue. HEX triplet: 10, 66 and DC. RGB value is (16,102,220). Sum of RGB (Red+Green+Blue) = 16+102+220=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #1066DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1066DC is #EF9923. Grayscale: #595959. Windows color (decimal): -15702308 or 14444048. OLE color: 14444048.

HSL color Cylindrical-coordinate representation of color #1066DC: hue angle of 214.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1066DC is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 102 220 -
CMYK 0.93 0.54 0 0.14
HSL 214.71º 0.86% 0.46% -
HSV(B) 214.71º 0.93% 0.86% -
XYZ 17.88 14.78 69.62 -
YUV 89.74 201.51 75.41 -
System Red Green Blue C M Y K H S L
Decimal 16 102 220 0.93 0.54 0 0.14 214.71 0.86 0.46
Hex 10 66 DC 5D 36 0 E D7 56 2E
Octal 20 146 334 135 66 0 16 327 126 56
Binary 10000 1100110 11011100 1011101 110110 0 1110 11010111 1010110 101110

Color Harmonies of #1066DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1066DC

Black with #1066DC

Text Example


Text Example

White with #1066DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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