#0f15cb

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

Shades of Medium Blue #0F15CB

Tints of Medium Blue #0F15CB

Color information

#0F15CB (or 0x0F15CB) is unknown color: approx Medium Blue. HEX triplet: 0F, 15 and CB. RGB value is (15,21,203). Sum of RGB (Red+Green+Blue) = 15+21+203=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 203 (79.69% from 255 or 84.94% from 239); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F15CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F15CB is #F0EA34. Grayscale: #272727. Windows color (decimal): -15788597 or 13309199. OLE color: 13309199.

HSL color Cylindrical-coordinate representation of color #0F15CB: hue angle of 238.09º 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 #0F15CB is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1521203-
CMYK0.930.9000.20
HSL238.09º86.24%42.75%-
HSV(B)238.09º92.61%79.61%-
XYZ11.244.9556.86-
YUV39.95220.01110.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.28%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 203 (79.69% from 255) = 84.94%
R=6.28%
G=8.79%
B=84.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15212030.930.9000.20238.0986.2442.75
HexF15CB5D5A014ee562b
Octal172531313513202435612653
Binary1111101011100101110111011011010010100111011101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f15cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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