#0f1eef

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

Shades of Blue #0F1EEF

Tints of Blue #0F1EEF

Color information

#0F1EEF (or 0x0F1EEF) is unknown color: approx Blue. HEX triplet: 0F, 1E and EF. RGB value is (15,30,239). Sum of RGB (Red+Green+Blue) = 15+30+239=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 239 (93.75% from 255 or 84.15% from 284); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F1EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1EEF is #F0E110. Grayscale: #303030. Windows color (decimal): -15786257 or 15670799. OLE color: 15670799.

HSL color Cylindrical-coordinate representation of color #0F1EEF: hue angle of 235.98º 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 #0F1EEF is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1530239-
CMYK0.940.8700.06
HSL235.98º88.19%49.8%-
HSV(B)235.98º93.72%93.73%-
XYZ16.247.2682.21-
YUV49.34235.03103.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 30 (12.11% from 255) = 10.56%
BLUE value IS 239 (93.75% from 255) = 84.15%
R=5.28%
G=10.56%
B=84.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15302390.940.8700.06235.9888.1949.8
HexF1EEF5E5706ec5832
Octal17363571361270635413062
Binary11111111011101111101111010101110110111011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f1eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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