#0E2470

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

Shades of Sapphire #0E2470

Tints of Sapphire #0E2470

Color information

#0E2470 (or 0x0E2470) is unknown color: approx Sapphire. HEX triplet: 0E, 24 and 70. RGB value is (14,36,112). Sum of RGB (Red+Green+Blue) = 14+36+112=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E2470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2470 is #F1DB8F. Grayscale: #252525. Windows color (decimal): -15850384 or 7349262. OLE color: 7349262.

HSL color Cylindrical-coordinate representation of color #0E2470: hue angle of 226.53º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2470 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1436112-
CMYK0.880.6800.56
HSL226.53º77.78%24.71%-
HSV(B)226.53º87.5%43.92%-
XYZ3.742.5215.62-
YUV38.09169.71110.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.64%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=8.64%
G=22.22%
B=69.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14361120.880.6800.56226.5377.7824.71
HexE24705844038e34e19
Octal164416013010407034311631
Binary1110100100111000010110001000100011100011100011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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