#0f4bbb

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

Shades of Cobalt #0F4BBB

Tints of Cobalt #0F4BBB

Color information

#0F4BBB (or 0x0F4BBB) is unknown color: approx Cobalt. HEX triplet: 0F, 4B and BB. RGB value is (15,75,187). Sum of RGB (Red+Green+Blue) = 15+75+187=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F4BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4BBB is #F0B444. Grayscale: #454545. Windows color (decimal): -15774789 or 12274447. OLE color: 12274447.

HSL color Cylindrical-coordinate representation of color #0F4BBB: hue angle of 219.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F4BBB is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1575187-
CMYK0.920.6000.27
HSL219.07º85.15%39.61%-
HSV(B)219.07º91.98%73.33%-
XYZ11.688.7248.08-
YUV69.83194.1288.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.42%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 187 (73.44% from 255) = 67.51%
R=5.42%
G=27.08%
B=67.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15751870.920.6000.27219.0785.1539.61
HexF4BBB5C3C01Bdb5528
Octal171132731347403333312550
Binary11111001011101110111011100111100011011110110111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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