#0E3370

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

Shades of Sapphire #0E3370

Tints of Sapphire #0E3370

Color information

#0E3370 (or 0x0E3370) is unknown color: approx Sapphire. HEX triplet: 0E, 33 and 70. RGB value is (14,51,112). Sum of RGB (Red+Green+Blue) = 14+51+112=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E3370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3370 is #F1CC8F. Grayscale: #2E2E2E. Windows color (decimal): -15846544 or 7353102. OLE color: 7353102.

HSL color Cylindrical-coordinate representation of color #0E3370: hue angle of 217.35º 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 #0E3370 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1451112-
CMYK0.880.5400.56
HSL217.35º77.78%24.71%-
HSV(B)217.35º87.5%43.92%-
XYZ4.293.6315.8-
YUV46.89164.74104.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.91%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 112 (44.14% from 255) = 63.28%
R=7.91%
G=28.81%
B=63.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14511120.880.5400.56217.3577.7824.71
HexE33705836038d94e19
Octal16631601306607033111631
Binary111011001111100001011000110110011100011011001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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