#0f16cb

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

Shades of Medium Blue #0F16CB

Tints of Medium Blue #0F16CB

Color information

#0F16CB (or 0x0F16CB) is unknown color: approx Medium Blue. HEX triplet: 0F, 16 and CB. RGB value is (15,22,203). Sum of RGB (Red+Green+Blue) = 15+22+203=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 203 (79.69% from 255 or 84.58% from 240); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F16CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F16CB is #F0E934. Grayscale: #272727. Windows color (decimal): -15788341 or 13309455. OLE color: 13309455.

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

Color convert

RGB1522203-
CMYK0.930.8900.20
HSL237.77º86.24%42.75%-
HSV(B)237.77º92.61%79.61%-
XYZ11.264.9956.87-
YUV40.54219.68109.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 203 (79.69% from 255) = 84.58%
R=6.25%
G=9.17%
B=84.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15222030.930.8900.20237.7786.2442.75
HexF16CB5D59014ee562b
Octal172631313513102435612653
Binary1111101101100101110111011011001010100111011101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f16cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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