#0F49B4

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

Shades of Cobalt #0F49B4

Tints of Cobalt #0F49B4

Color information

#0F49B4 (or 0x0F49B4) is unknown color: approx Cobalt. HEX triplet: 0F, 49 and B4. RGB value is (15,73,180). Sum of RGB (Red+Green+Blue) = 15+73+180=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 180 (70.70% from 255 or 67.16% from 268); Max value from RGB is 180 - color contains mainly: blue. Hex color #0F49B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F49B4 is #F0B64B. Grayscale: #434343. Windows color (decimal): -15775308 or 11815183. OLE color: 11815183.

HSL color Cylindrical-coordinate representation of color #0F49B4: hue angle of 218.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F49B4 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1573180-
CMYK0.920.5900.29
HSL218.91º84.62%38.24%-
HSV(B)218.91º91.67%70.59%-
XYZ10.828.1644.19-
YUV67.86191.2890.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.60%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 180 (70.70% from 255) = 67.16%
R=5.60%
G=27.24%
B=67.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15731800.920.5900.29218.9184.6238.24
HexF49B45C3B01Ddb5526
Octal171112641347303533312546
Binary11111001001101101001011100111011011101110110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F49B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,73,180); }

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

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

 a { background-color: rgb(15,73,180); }

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

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

 span { border-color: rgb(15,73,180); }

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