#066EBD

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

Shades of Navy Blue #066EBD

Tints of Navy Blue #066EBD

Color information

#066EBD (or 0x066EBD) is unknown color: approx Navy Blue. HEX triplet: 06, 6E and BD. RGB value is (6,110,189). Sum of RGB (Red+Green+Blue) = 6+110+189=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #066EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EBD is #F99142. Grayscale: #575757. Windows color (decimal): -16355651 or 12414470. OLE color: 12414470.

HSL color Cylindrical-coordinate representation of color #066EBD: hue angle of 205.9º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EBD is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6110189-
CMYK0.970.4200.26
HSL205.9º93.85%38.24%-
HSV(B)205.9º96.83%74.12%-
XYZ14.8414.8650.23-
YUV87.91185.0469.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.97%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=1.97%
G=36.07%
B=61.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61101890.970.4200.26205.993.8538.24
Hex66EBD612A01Ace5e26
Octal61562751415203231613646
Binary1101101110101111011100001101010011010110011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066EBD; }

 p { color: rgb(6,110,189); }

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

<style>
 a { background-color: #066EBD; }

 a { background-color: rgb(6,110,189); }

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

<style>
 span { border-color: #066EBD; }

 span { border-color: rgb(6,110,189); }

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