#0E2463

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

Shades of Sapphire #0E2463

Tints of Sapphire #0E2463

Color information

#0E2463 (or 0x0E2463) is unknown color: approx Sapphire. HEX triplet: 0E, 24 and 63. RGB value is (14,36,99). Sum of RGB (Red+Green+Blue) = 14+36+99=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E2463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2463 is #F1DB9C. Grayscale: #242424. Windows color (decimal): -15850397 or 6497294. OLE color: 6497294.

HSL color Cylindrical-coordinate representation of color #0E2463: hue angle of 224.47º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E2463 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB143699-
CMYK0.860.6400.61
HSL224.47º75.22%22.16%-
HSV(B)224.47º85.86%38.82%-
XYZ3.062.2612.08-
YUV36.6163.21111.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.40%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 99 (39.06% from 255) = 66.44%
R=9.40%
G=24.16%
B=66.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1436990.860.6400.61224.4775.2222.16
HexE2463564003De04b16
Octal164414312610007534011326
Binary1110100100110001110101101000000011110111100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,36,99); }

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

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

 a { background-color: rgb(14,36,99); }

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

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

 span { border-color: rgb(14,36,99); }

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