#0E246E

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

Shades of Sapphire #0E246E

Tints of Sapphire #0E246E

Color information

#0E246E (or 0x0E246E) is unknown color: approx Sapphire. HEX triplet: 0E, 24 and 6E. RGB value is (14,36,110). Sum of RGB (Red+Green+Blue) = 14+36+110=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #0E246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E246E is #F1DB91. Grayscale: #252525. Windows color (decimal): -15850386 or 7218190. OLE color: 7218190.

HSL color Cylindrical-coordinate representation of color #0E246E: hue angle of 226.25º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E246E is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1436110-
CMYK0.870.6700.57
HSL226.25º77.42%24.31%-
HSV(B)226.25º87.27%43.14%-
XYZ3.632.4815.04-
YUV37.86168.71110.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.75%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 110 (43.36% from 255) = 68.75%
R=8.75%
G=22.5%
B=68.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal14361100.870.6700.57226.2577.4224.31
HexE246E5743039e24d18
Octal164415612710307134211530
Binary1110100100110111010101111000011011100111100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E246E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,36,110); }

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

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

 a { background-color: rgb(14,36,110); }

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

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

 span { border-color: rgb(14,36,110); }

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