#0E2270

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

Shades of Sapphire #0E2270

Tints of Sapphire #0E2270

Color information

#0E2270 (or 0x0E2270) is unknown color: approx Sapphire. HEX triplet: 0E, 22 and 70. RGB value is (14,34,112). Sum of RGB (Red+Green+Blue) = 14+34+112=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E2270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2270 is #F1DD8F. Grayscale: #242424. Windows color (decimal): -15850896 or 7348750. OLE color: 7348750.

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

Color convert

RGB1434112-
CMYK0.880.7000.56
HSL227.76º77.78%24.71%-
HSV(B)227.76º87.5%43.92%-
XYZ3.682.4115.6-
YUV36.91170.37111.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.75%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 112 (44.14% from 255) = 70%
R=8.75%
G=21.25%
B=70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14341120.880.7000.56227.7677.7824.71
HexE22705846038e44e19
Octal164216013010607034411631
Binary1110100010111000010110001000110011100011100100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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