#0F55A8

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

Shades of Cobalt #0F55A8

Tints of Cobalt #0F55A8

Color information

#0F55A8 (or 0x0F55A8) is unknown color: approx Cobalt. HEX triplet: 0F, 55 and A8. RGB value is (15,85,168). Sum of RGB (Red+Green+Blue) = 15+85+168=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 168 (66.02% from 255 or 62.69% from 268); Max value from RGB is 168 - color contains mainly: blue. Hex color #0F55A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F55A8 is #F0AA57. Grayscale: #494949. Windows color (decimal): -15772248 or 11031823. OLE color: 11031823.

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

Color convert

RGB1585168-
CMYK0.910.4900.34
HSL212.55º83.61%35.88%-
HSV(B)212.55º91.07%65.88%-
XYZ10.519.4338.31-
YUV73.53181.3186.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.60%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 168 (66.02% from 255) = 62.69%
R=5.60%
G=31.72%
B=62.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15851680.910.4900.34212.5583.6135.88
HexF55A85B31022d55424
Octal171252501336104232512444
Binary111110101011010100010110111100010100010110101011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F55A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F55A8; }

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

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

<style>
 a { background-color: #0F55A8; }

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

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

<style>
 span { border-color: #0F55A8; }

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

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