#0F1AEE

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

Shades of Blue #0F1AEE

Tints of Blue #0F1AEE

Color information

#0F1AEE (or 0x0F1AEE) is unknown color: approx Blue. HEX triplet: 0F, 1A and EE. RGB value is (15,26,238). Sum of RGB (Red+Green+Blue) = 15+26+238=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 238 (93.36% from 255 or 85.30% from 279); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F1AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1AEE is #F0E511. Grayscale: #2E2E2E. Windows color (decimal): -15787282 or 15604239. OLE color: 15604239.

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

Color convert

RGB1526238-
CMYK0.940.8900.07
HSL237.04º88.14%49.61%-
HSV(B)237.04º93.7%93.33%-
XYZ167.0181.4-
YUV46.88235.86105.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.38%
GREEN value IS 26 (10.55% from 255) = 9.32%
BLUE value IS 238 (93.36% from 255) = 85.30%
R=5.38%
G=9.32%
B=85.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15262380.940.8900.07237.0488.1449.61
HexF1AEE5E5907ed5832
Octal17323561361310735513062
Binary11111101011101110101111010110010111111011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,26,238); }

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

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

 a { background-color: rgb(15,26,238); }

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

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

 span { border-color: rgb(15,26,238); }

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