#066AC3

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

Shades of Navy Blue #066AC3

Tints of Navy Blue #066AC3

Color information

#066AC3 (or 0x066AC3) is unknown color: approx Navy Blue. HEX triplet: 06, 6A and C3. RGB value is (6,106,195). Sum of RGB (Red+Green+Blue) = 6+106+195=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 195 (76.56% from 255 or 63.52% from 307); Max value from RGB is 195 - color contains mainly: blue. Hex color #066AC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066AC3 is #F9953C. Grayscale: #555555. Windows color (decimal): -16356669 or 12806662. OLE color: 12806662.

HSL color Cylindrical-coordinate representation of color #066AC3: hue angle of 208.25º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066AC3 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6106195-
CMYK0.970.4600.24
HSL208.25º94.03%39.41%-
HSV(B)208.25º96.92%76.47%-
XYZ15.0814.2953.59-
YUV86.25189.3770.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 195 (76.56% from 255) = 63.52%
R=1.95%
G=34.53%
B=63.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61061950.970.4600.24208.2594.0339.41
Hex66AC3612E018d05e27
Octal61523031415603032013647
Binary1101101010110000111100001101110011000110100001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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