#0F13CB

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

Shades of Medium Blue #0F13CB

Tints of Medium Blue #0F13CB

Color information

#0F13CB (or 0x0F13CB) is unknown color: approx Medium Blue. HEX triplet: 0F, 13 and CB. RGB value is (15,19,203). Sum of RGB (Red+Green+Blue) = 15+19+203=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 203 (79.69% from 255 or 85.65% from 237); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F13CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F13CB is #F0EC34. Grayscale: #262626. Windows color (decimal): -15789109 or 13308687. OLE color: 13308687.

HSL color Cylindrical-coordinate representation of color #0F13CB: hue angle of 238.72º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F13CB is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1519203-
CMYK0.930.9100.20
HSL238.72º86.24%42.75%-
HSV(B)238.72º92.61%79.61%-
XYZ11.214.8856.85-
YUV38.78220.67111.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.33%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 203 (79.69% from 255) = 85.65%
R=6.33%
G=8.02%
B=85.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15192030.930.9100.20238.7286.2442.75
HexF13CB5D5B014ef562b
Octal172331313513302435712653
Binary1111100111100101110111011011011010100111011111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F13CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,19,203); }

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

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

 a { background-color: rgb(15,19,203); }

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

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

 span { border-color: rgb(15,19,203); }

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