#0F549C

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

Shades of Cobalt #0F549C

Tints of Cobalt #0F549C

Color information

#0F549C (or 0x0F549C) is unknown color: approx Cobalt. HEX triplet: 0F, 54 and 9C. RGB value is (15,84,156). Sum of RGB (Red+Green+Blue) = 15+84+156=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F549C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F549C is #F0AB63. Grayscale: #474747. Windows color (decimal): -15772516 or 10245135. OLE color: 10245135.

HSL color Cylindrical-coordinate representation of color #0F549C: hue angle of 210.64º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F549C is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1584156-
CMYK0.900.4600.39
HSL210.64º82.46%33.53%-
HSV(B)210.64º90.38%61.18%-
XYZ9.378.8432.67-
YUV71.58175.6487.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.88%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 156 (61.33% from 255) = 61.18%
R=5.88%
G=32.94%
B=61.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15841560.900.4600.39210.6482.4633.53
HexF549C5A2E027d35222
Octal171242341325604732312242
Binary111110101001001110010110101011100100111110100111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,84,156); }

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

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

 a { background-color: rgb(15,84,156); }

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

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

 span { border-color: rgb(15,84,156); }

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