#0F10CB

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

Shades of Medium Blue #0F10CB

Tints of Medium Blue #0F10CB

Color information

#0F10CB (or 0x0F10CB) is unknown color: approx Medium Blue. HEX triplet: 0F, 10 and CB. RGB value is (15,16,203). Sum of RGB (Red+Green+Blue) = 15+16+203=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 203 (79.69% from 255 or 86.75% from 234); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F10CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F10CB is #F0EF34. Grayscale: #242424. Windows color (decimal): -15789877 or 13307919. OLE color: 13307919.

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

Color convert

RGB1516203-
CMYK0.930.9200.20
HSL239.68º86.24%42.75%-
HSV(B)239.68º92.61%79.61%-
XYZ11.164.7856.84-
YUV37.02221.67112.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.41%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 203 (79.69% from 255) = 86.75%
R=6.41%
G=6.84%
B=86.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15162030.930.9200.20239.6886.2442.75
HexF10CB5D5C014f0562b
Octal172031313513402436012653
Binary1111100001100101110111011011100010100111100001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F10CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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