#0056AA

Color #0056AA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0056AA

Tints of Cobalt #0056AA

Color information

#0056AA (or 0x0056AA) is unknown color: approx Cobalt. HEX triplet: 00, 56 and AA. RGB value is (0,86,170). Sum of RGB (Red+Green+Blue) = 0+86+170=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #0056AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0056AA is #FFA955. Grayscale: #454545. Windows color (decimal): -16755030 or 11163136. OLE color: 11163136.

HSL color Cylindrical-coordinate representation of color #0056AA: hue angle of 209.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0056AA is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB086170-
CMYK10.4900.33
HSL209.65º100%33.33%-
HSV(B)209.65º100%66.67%-
XYZ10.589.5639.32-
YUV69.86184.5178.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 170 (66.80% from 255) = 66.41%
R=0%
G=33.59%
B=66.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal08617010.4900.33209.6510033.33
Hex056AA6431021d26421
Octal01262521446104132214441
Binary010101101010101011001001100010100001110100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0056AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0056AA; }

 p { color: rgb(0,86,170); }

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

<style>
 a { background-color: #0056AA; }

 a { background-color: rgb(0,86,170); }

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

<style>
 span { border-color: #0056AA; }

 span { border-color: rgb(0,86,170); }

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