#066ACB

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

Shades of Navy Blue #066ACB

Tints of Navy Blue #066ACB

Color information

#066ACB (or 0x066ACB) is unknown color: approx Navy Blue. HEX triplet: 06, 6A and CB. RGB value is (6,106,203). Sum of RGB (Red+Green+Blue) = 6+106+203=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #066ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ACB is #F99534. Grayscale: #565656. Windows color (decimal): -16356661 or 13330950. OLE color: 13330950.

HSL color Cylindrical-coordinate representation of color #066ACB: hue angle of 209.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ACB is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6106203-
CMYK0.970.4800.20
HSL209.54º94.26%40.98%-
HSV(B)209.54º97.04%79.61%-
XYZ16.0114.6658.49-
YUV87.16193.3770.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.90%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 203 (79.69% from 255) = 64.44%
R=1.90%
G=33.65%
B=64.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61062030.970.4800.20209.5494.2640.98
Hex66ACB6130014d25e29
Octal61523131416002432213651
Binary1101101010110010111100001110000010100110100101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,106,203); }

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

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

 a { background-color: rgb(6,106,203); }

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

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

 span { border-color: rgb(6,106,203); }

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