#0055A8

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

Shades of Cobalt #0055A8

Tints of Cobalt #0055A8

Color information

#0055A8 (or 0x0055A8) is unknown color: approx Cobalt. HEX triplet: 00, 55 and A8. RGB value is (0,85,168). Sum of RGB (Red+Green+Blue) = 0+85+168=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 168 (66.02% from 255 or 66.40% from 253); Max value from RGB is 168 - color contains mainly: blue. Hex color #0055A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0055A8 is #FFAA57. Grayscale: #444444. Windows color (decimal): -16755288 or 11031808. OLE color: 11031808.

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

Color convert

RGB085168-
CMYK10.4900.34
HSL209.64º100%32.94%-
HSV(B)209.64º100%65.88%-
XYZ10.329.3238.3-
YUV69.05183.8478.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 168 (66.02% from 255) = 66.40%
R=0%
G=33.60%
B=66.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal08516810.4900.34209.6410032.94
Hex055A86431022d26421
Octal01252501446104232214441
Binary010101011010100011001001100010100010110100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0055A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0055A8; }

 p { color: rgb(0,85,168); }

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

<style>
 a { background-color: #0055A8; }

 a { background-color: rgb(0,85,168); }

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

<style>
 span { border-color: #0055A8; }

 span { border-color: rgb(0,85,168); }

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