#006AC9

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

Shades of Navy Blue #006AC9

Tints of Navy Blue #006AC9

Color information

#006AC9 (or 0x006AC9) is unknown color: approx Navy Blue. HEX triplet: 00, 6A and C9. RGB value is (0,106,201). Sum of RGB (Red+Green+Blue) = 0+106+201=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 201 (78.91% from 255 or 65.47% from 307); Max value from RGB is 201 - color contains mainly: blue. Hex color #006AC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AC9 is #FF9536. Grayscale: #545454. Windows color (decimal): -16749879 or 13199872. OLE color: 13199872.

HSL color Cylindrical-coordinate representation of color #006AC9: hue angle of 208.36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AC9 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB0106201-
CMYK10.4700.21
HSL208.36º100%39.41%-
HSV(B)208.36º100%78.82%-
XYZ15.714.5357.23-
YUV85.14193.3867.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 201 (78.91% from 255) = 65.47%
R=0%
G=34.53%
B=65.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal010620110.4700.21208.3610039.41
Hex06AC9642F015d06427
Octal01523111445702532014447
Binary01101010110010011100100101111010101110100001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006AC9; }

 p { color: rgb(0,106,201); }

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

<style>
 a { background-color: #006AC9; }

 a { background-color: rgb(0,106,201); }

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

<style>
 span { border-color: #006AC9; }

 span { border-color: rgb(0,106,201); }

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