#0F10E2

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

Shades of Medium Blue #0F10E2

Tints of Medium Blue #0F10E2

Color information

#0F10E2 (or 0x0F10E2) is unknown color: approx Medium Blue. HEX triplet: 0F, 10 and E2. RGB value is (15,16,226). Sum of RGB (Red+Green+Blue) = 15+16+226=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 226 (88.67% from 255 or 87.94% from 257); Max value from RGB is 226 - color contains mainly: blue. Hex color #0F10E2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F10E2 is #F0EF1D. Grayscale: #262626. Windows color (decimal): -15789854 or 14815247. OLE color: 14815247.

HSL color Cylindrical-coordinate representation of color #0F10E2: hue angle of 239.72º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F10E2 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1516226-
CMYK0.930.9300.11
HSL239.72º87.55%47.25%-
HSV(B)239.72º93.36%88.63%-
XYZ14.115.9672.36-
YUV39.64233.17110.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.84%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 226 (88.67% from 255) = 87.94%
R=5.84%
G=6.23%
B=87.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal15162260.930.9300.11239.7287.5547.25
HexF10E25D5D0Bf0582f
Octal172034213513501336013057
Binary111110000111000101011101101110101011111100001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F10E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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