#0F1EE6

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

Shades of Blue #0F1EE6

Tints of Blue #0F1EE6

Color information

#0F1EE6 (or 0x0F1EE6) is unknown color: approx Blue. HEX triplet: 0F, 1E and E6. RGB value is (15,30,230). Sum of RGB (Red+Green+Blue) = 15+30+230=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 230 (90.23% from 255 or 83.64% from 275); Max value from RGB is 230 - color contains mainly: blue. Hex color #0F1EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1EE6 is #F0E119. Grayscale: #2F2F2F. Windows color (decimal): -15786266 or 15080975. OLE color: 15080975.

HSL color Cylindrical-coordinate representation of color #0F1EE6: hue angle of 235.81º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F1EE6 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1530230-
CMYK0.930.8700.10
HSL235.81º87.76%48.04%-
HSV(B)235.81º93.48%90.2%-
XYZ14.946.7475.38-
YUV48.32230.53104.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.45%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 230 (90.23% from 255) = 83.64%
R=5.45%
G=10.91%
B=83.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal15302300.930.8700.10235.8187.7648.04
HexF1EE65D570Aec5830
Octal173634613512701235413060
Binary111111110111001101011101101011101010111011001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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