Html Css Color HEX #0066D0 Navy Blue

📋 copy color: '#0066D0'

red 0 ◦ green 102 ◦ blue 208

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

Shades of Navy Blue #0066D0

Tints of Navy Blue #0066D0

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 208 (81.64% from 255) = 67.1%

R = 0%
G = 32.9%
B = 67.1%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0066D0 (or 0x0066D0) is known color: Navy Blue. HEX triplet: 00, 66 and D0. RGB value is (0,102,208). Sum of RGB (Red+Green+Blue) = 0+102+208=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 208 (81.64% from 255 or 67.10% from 310); Max value from RGB is 208 - color contains mainly: blue. Hex color #0066D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0066D0 is #FF992F. Grayscale: #535353. Windows color (decimal): -16750896 or 13657600. OLE color: 13657600.

HSL color Cylindrical-coordinate representation of color #0066D0: hue angle of 210.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066D0 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 102 208 -
CMYK 1 0.51 0 0.18
HSL 210.58º 1% 0.41% -
HSV(B) 210.58º 1% 0.82% -
XYZ 16.14 14.06 61.54 -
YUV 83.59 198.21 68.38 -
System Red Green Blue C M Y K H S L
Decimal 0 102 208 1 0.51 0 0.18 210.58 1 0.41
Hex 0 66 D0 64 33 0 12 D3 64 29
Octal 0 146 320 144 63 0 22 323 144 51
Binary 0 1100110 11010000 1100100 110011 0 10010 11010011 1100100 101001

Color Harmonies of #0066D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0066D0

Black with #0066D0

Text Example


Text Example

White with #0066D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0066D0; }

 p { color: rgb(0,102,208); }

 H1.HeaderClassName
 {
   color: #0066D0;
 }
 .AnyTagClassName
 {
   color: #0066D0;
 }
</style>

background-color css

<style>
 a { background-color: #0066D0; }

 a { background-color: rgb(0,102,208); }

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

border-color css

<style>
 span { border-color: #0066D0; }

 span { border-color: rgb(0,102,208); }

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