#0E18E6

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

Shades of Blue #0E18E6

Tints of Blue #0E18E6

Color information

#0E18E6 (or 0x0E18E6) is unknown color: approx Blue. HEX triplet: 0E, 18 and E6. RGB value is (14,24,230). Sum of RGB (Red+Green+Blue) = 14+24+230=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 230 (90.23% from 255 or 85.82% from 268); Max value from RGB is 230 - color contains mainly: blue. Hex color #0E18E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E18E6 is #F1E719. Grayscale: #2B2B2B. Windows color (decimal): -15853338 or 15079438. OLE color: 15079438.

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

Color convert

RGB1424230-
CMYK0.940.9000.10
HSL237.22º88.52%47.84%-
HSV(B)237.22º93.91%90.2%-
XYZ14.796.4675.33-
YUV44.49232.69106.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.22%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 230 (90.23% from 255) = 85.82%
R=5.22%
G=8.96%
B=85.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal14242300.940.9000.10237.2288.5247.84
HexE18E65E5A0Aed5930
Octal163034613613201235513160
Binary111011000111001101011110101101001010111011011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E18E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,24,230); }

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

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

 a { background-color: rgb(14,24,230); }

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

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

 span { border-color: rgb(14,24,230); }

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