#006CBA

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

Shades of Navy Blue #006CBA

Tints of Navy Blue #006CBA

Color information

#006CBA (or 0x006CBA) is unknown color: approx Navy Blue. HEX triplet: 00, 6C and BA. RGB value is (0,108,186). Sum of RGB (Red+Green+Blue) = 0+108+186=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #006CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CBA is #FF9345. Grayscale: #545454. Windows color (decimal): -16749382 or 12217344. OLE color: 12217344.

HSL color Cylindrical-coordinate representation of color #006CBA: hue angle of 205.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CBA is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0108186-
CMYK10.4200.27
HSL205.16º100%36.47%-
HSV(B)205.16º100%72.94%-
XYZ14.2314.2748.46-
YUV84.6185.2267.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=0%
G=36.73%
B=63.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal010818610.4200.27205.1610036.47
Hex06CBA642A01Bcd6424
Octal01542721445203331514444
Binary01101100101110101100100101010011011110011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,108,186); }

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

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

 a { background-color: rgb(0,108,186); }

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

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

 span { border-color: rgb(0,108,186); }

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