#0E204F

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

Shades of Sapphire #0E204F

Tints of Sapphire #0E204F

Color information

#0E204F (or 0x0E204F) is unknown color: approx Sapphire. HEX triplet: 0E, 20 and 4F. RGB value is (14,32,79). Sum of RGB (Red+Green+Blue) = 14+32+79=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #0E204F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E204F is #F1DFB0. Grayscale: #1F1F1F. Windows color (decimal): -15851441 or 5185550. OLE color: 5185550.

HSL color Cylindrical-coordinate representation of color #0E204F: hue angle of 223.38º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E204F is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB143279-
CMYK0.820.5900.69
HSL223.38º69.89%18.24%-
HSV(B)223.38º82.28%30.98%-
XYZ2.111.697.61-
YUV31.98154.54115.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.2%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=11.2%
G=25.6%
B=63.2%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1432790.820.5900.69223.3869.8918.24
HexE204F523B045df4612
Octal164011712273010533710622
Binary1110100000100111110100101110110100010111011111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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