Html Css Color HEX #1066DD Navy Blue

📋 copy color: '#1066DD'

red 16 ◦ green 102 ◦ blue 221

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

Shades of Navy Blue #1066DD

Tints of Navy Blue #1066DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 4.72%
G = 30.09%
B = 65.19%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1066DD (or 0x1066DD) is known color: Navy Blue. HEX triplet: 10, 66 and DD. RGB value is (16,102,221). Sum of RGB (Red+Green+Blue) = 16+102+221=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #1066DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1066DD is #EF9922. Grayscale: #595959. Windows color (decimal): -15702307 or 14509584. OLE color: 14509584.

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

Color convert

RGB 16 102 221 -
CMYK 0.93 0.54 0 0.13
HSL 214.83º 0.86% 0.46% -
HSV(B) 214.83º 0.93% 0.87% -
XYZ 18.02 14.83 70.32 -
YUV 89.85 202.01 75.32 -
System Red Green Blue C M Y K H S L
Decimal 16 102 221 0.93 0.54 0 0.13 214.83 0.86 0.46
Hex 10 66 DD 5D 36 0 D D7 56 2E
Octal 20 146 335 135 66 0 15 327 126 56
Binary 10000 1100110 11011101 1011101 110110 0 1101 11010111 1010110 101110

Color Harmonies of #1066DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1066DD

Black with #1066DD

Text Example


Text Example

White with #1066DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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