#006ACC

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

Shades of Navy Blue #006ACC

Tints of Navy Blue #006ACC

Color information

#006ACC (or 0x006ACC) is unknown color: approx Navy Blue. HEX triplet: 00, 6A and CC. RGB value is (0,106,204). Sum of RGB (Red+Green+Blue) = 0+106+204=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #006ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ACC is #FF9533. Grayscale: #545454. Windows color (decimal): -16749876 or 13396480. OLE color: 13396480.

HSL color Cylindrical-coordinate representation of color #006ACC: hue angle of 208.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ACC is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0106204-
CMYK10.4800.2
HSL208.82º100%40%-
HSV(B)208.82º100%80%-
XYZ16.0514.6759.11-
YUV85.48194.8867.03-

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.19%
BLUE value IS 204 (80.08% from 255) = 65.81%
R=0%
G=34.19%
B=65.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal010620410.4800.2208.8210040
Hex06ACC6430014d16428
Octal01523141446002432114450
Binary01101010110011001100100110000010100110100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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