#0E2054

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

Shades of Sapphire #0E2054

Tints of Sapphire #0E2054

Color information

#0E2054 (or 0x0E2054) is unknown color: approx Sapphire. HEX triplet: 0E, 20 and 54. RGB value is (14,32,84). Sum of RGB (Red+Green+Blue) = 14+32+84=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #0E2054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2054 is #F1DFAB. Grayscale: #202020. Windows color (decimal): -15851436 or 5513230. OLE color: 5513230.

HSL color Cylindrical-coordinate representation of color #0E2054: hue angle of 224.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E2054 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB143284-
CMYK0.830.6200.67
HSL224.57º71.43%19.22%-
HSV(B)224.57º83.33%32.94%-
XYZ2.31.778.61-
YUV32.55157.04114.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.77%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 84 (33.20% from 255) = 64.62%
R=10.77%
G=24.62%
B=64.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1432840.830.6200.67224.5771.4319.22
HexE2054533E043e14713
Octal164012412376010334110723
Binary1110100000101010010100111111100100001111100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,32,84); }

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

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

 a { background-color: rgb(14,32,84); }

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

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

 span { border-color: rgb(14,32,84); }

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