#0E2052

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

Shades of Sapphire #0E2052

Tints of Sapphire #0E2052

Color information

#0E2052 (or 0x0E2052) is unknown color: approx Sapphire. HEX triplet: 0E, 20 and 52. RGB value is (14,32,82). Sum of RGB (Red+Green+Blue) = 14+32+82=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #0E2052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2052 is #F1DFAD. Grayscale: #202020. Windows color (decimal): -15851438 or 5382158. OLE color: 5382158.

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

Color convert

RGB143282-
CMYK0.830.6100.68
HSL224.12º70.83%18.82%-
HSV(B)224.12º82.93%32.16%-
XYZ2.221.748.2-
YUV32.32156.04114.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.94%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 82 (32.42% from 255) = 64.06%
R=10.94%
G=25%
B=64.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1432820.830.6100.68224.1270.8318.82
HexE2052533D044e04713
Octal164012212375010434010723
Binary1110100000101001010100111111010100010011100000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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