#0066BB

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

Shades of Navy Blue #0066BB

Tints of Navy Blue #0066BB

Color information

#0066BB (or 0x0066BB) is unknown color: approx Navy Blue. HEX triplet: 00, 66 and BB. RGB value is (0,102,187). Sum of RGB (Red+Green+Blue) = 0+102+187=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #0066BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0066BB is #FF9944. Grayscale: #505050. Windows color (decimal): -16750917 or 12281344. OLE color: 12281344.

HSL color Cylindrical-coordinate representation of color #0066BB: hue angle of 207.27º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066BB is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0102187-
CMYK10.4500.27
HSL207.27º100%36.67%-
HSV(B)207.27º100%73.33%-
XYZ13.7213.0948.82-
YUV81.19187.7170.09-

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) = 35.29%
BLUE value IS 187 (73.44% from 255) = 64.71%
R=0%
G=35.29%
B=64.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal010218710.4500.27207.2710036.67
Hex066BB642D01Bcf6425
Octal01462731445503331714445
Binary01100110101110111100100101101011011110011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0066BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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