#0F12EF

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

Shades of Blue #0F12EF

Tints of Blue #0F12EF

Color information

#0F12EF (or 0x0F12EF) is unknown color: approx Blue. HEX triplet: 0F, 12 and EF. RGB value is (15,18,239). Sum of RGB (Red+Green+Blue) = 15+18+239=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 239 (93.75% from 255 or 87.87% from 272); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F12EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F12EF is #F0ED10. Grayscale: #292929. Windows color (decimal): -15789329 or 15667727. OLE color: 15667727.

HSL color Cylindrical-coordinate representation of color #0F12EF: hue angle of 239.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F12EF is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1518239-
CMYK0.940.9200.06
HSL239.2º88.19%49.8%-
HSV(B)239.2º93.72%93.73%-
XYZ15.996.7782.12-
YUV42.3239.01108.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.51%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 239 (93.75% from 255) = 87.87%
R=5.51%
G=6.62%
B=87.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15182390.940.9200.06239.288.1949.8
HexF12EF5E5C06ef5832
Octal17223571361340635713062
Binary11111001011101111101111010111000110111011111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F12EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,18,239); }

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

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

 a { background-color: rgb(15,18,239); }

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

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

 span { border-color: rgb(15,18,239); }

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