#0F13B9

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

Shades of Medium Blue #0F13B9

Tints of Medium Blue #0F13B9

Color information

#0F13B9 (or 0x0F13B9) is unknown color: approx Medium Blue. HEX triplet: 0F, 13 and B9. RGB value is (15,19,185). Sum of RGB (Red+Green+Blue) = 15+19+185=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 185 (72.66% from 255 or 84.47% from 219); Max value from RGB is 185 - color contains mainly: blue. Hex color #0F13B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F13B9 is #F0EC46. Grayscale: #242424. Windows color (decimal): -15789127 or 12129039. OLE color: 12129039.

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

Color convert

RGB1519185-
CMYK0.920.9000.27
HSL238.59º85%39.22%-
HSV(B)238.59º91.89%72.55%-
XYZ9.194.0746.2-
YUV36.73211.67112.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.85%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 185 (72.66% from 255) = 84.47%
R=6.85%
G=8.68%
B=84.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15191850.920.9000.27238.598539.22
HexF13B95C5A01Bef5527
Octal172327113413203335712547
Binary1111100111011100110111001011010011011111011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F13B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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