#0F4BB7

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

Shades of Cobalt #0F4BB7

Tints of Cobalt #0F4BB7

Color information

#0F4BB7 (or 0x0F4BB7) is unknown color: approx Cobalt. HEX triplet: 0F, 4B and B7. RGB value is (15,75,183). Sum of RGB (Red+Green+Blue) = 15+75+183=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 183 (71.88% from 255 or 67.03% from 273); Max value from RGB is 183 - color contains mainly: blue. Hex color #0F4BB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4BB7 is #F0B448. Grayscale: #444444. Windows color (decimal): -15774793 or 12012303. OLE color: 12012303.

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

Color convert

RGB1575183-
CMYK0.920.5900.28
HSL218.57º84.85%38.82%-
HSV(B)218.57º91.8%71.76%-
XYZ11.268.5545.86-
YUV69.37192.1289.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 183 (71.88% from 255) = 67.03%
R=5.49%
G=27.47%
B=67.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15751830.920.5900.28218.5784.8538.82
HexF4BB75C3B01Cdb5527
Octal171132671347303433312547
Binary11111001011101101111011100111011011100110110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,75,183); }

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

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

 a { background-color: rgb(15,75,183); }

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

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

 span { border-color: rgb(15,75,183); }

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