#0056AB

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

Shades of Cobalt #0056AB

Tints of Cobalt #0056AB

Color information

#0056AB (or 0x0056AB) is unknown color: approx Cobalt. HEX triplet: 00, 56 and AB. RGB value is (0,86,171). Sum of RGB (Red+Green+Blue) = 0+86+171=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #0056AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0056AB is #FFA954. Grayscale: #454545. Windows color (decimal): -16755029 or 11228672. OLE color: 11228672.

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

Color convert

RGB086171-
CMYK10.5000.33
HSL209.82º100%33.53%-
HSV(B)209.82º100%67.06%-
XYZ10.689.639.82-
YUV69.98185.0178.09-

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.46%
BLUE value IS 171 (67.19% from 255) = 66.54%
R=0%
G=33.46%
B=66.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal08617110.5000.33209.8210033.53
Hex056AB6432021d26422
Octal01262531446204132214442
Binary010101101010101111001001100100100001110100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0056AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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