#0066CD

Color #0066CD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0066CD

Tints of Navy Blue #0066CD

Color information

#0066CD (or 0x0066CD) is unknown color: approx Navy Blue. HEX triplet: 00, 66 and CD. RGB value is (0,102,205). Sum of RGB (Red+Green+Blue) = 0+102+205=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #0066CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0066CD is #FF9932. Grayscale: #525252. Windows color (decimal): -16750899 or 13460992. OLE color: 13460992.

HSL color Cylindrical-coordinate representation of color #0066CD: hue angle of 210.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066CD is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0102205-
CMYK10.5000.20
HSL210.15º100%40.2%-
HSV(B)210.15º100%80.39%-
XYZ15.7713.9159.61-
YUV83.24196.7168.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 205 (80.47% from 255) = 66.78%
R=0%
G=33.22%
B=66.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal010220510.5000.20210.1510040.2
Hex066CD6432014d26428
Octal01463151446202432214450
Binary01100110110011011100100110010010100110100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0066CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0066CD;
 }
 .AnyTagClassName
 {
   color: #0066CD;
 }
</style>
background-color css

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

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

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

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

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

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