#006AC2

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

Shades of Navy Blue #006AC2

Tints of Navy Blue #006AC2

Color information

#006AC2 (or 0x006AC2) is unknown color: approx Navy Blue. HEX triplet: 00, 6A and C2. RGB value is (0,106,194). Sum of RGB (Red+Green+Blue) = 0+106+194=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 194 (76.17% from 255 or 64.67% from 300); Max value from RGB is 194 - color contains mainly: blue. Hex color #006AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AC2 is #FF953D. Grayscale: #535353. Windows color (decimal): -16749886 or 12741120. OLE color: 12741120.

HSL color Cylindrical-coordinate representation of color #006AC2: hue angle of 207.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AC2 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB0106194-
CMYK10.4500.24
HSL207.22º100%38.04%-
HSV(B)207.22º100%76.08%-
XYZ14.8914.253-
YUV84.34189.8867.84-

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) = 35.33%
BLUE value IS 194 (76.17% from 255) = 64.67%
R=0%
G=35.33%
B=64.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal010619410.4500.24207.2210038.04
Hex06AC2642D018cf6426
Octal01523021445503031714446
Binary01101010110000101100100101101011000110011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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