#0E2563

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

Shades of Sapphire #0E2563

Tints of Sapphire #0E2563

Color information

#0E2563 (or 0x0E2563) is unknown color: approx Sapphire. HEX triplet: 0E, 25 and 63. RGB value is (14,37,99). Sum of RGB (Red+Green+Blue) = 14+37+99=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E2563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2563 is #F1DA9C. Grayscale: #242424. Windows color (decimal): -15850141 or 6497550. OLE color: 6497550.

HSL color Cylindrical-coordinate representation of color #0E2563: hue angle of 223.76º 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 #0E2563 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB143799-
CMYK0.860.6300.61
HSL223.76º75.22%22.16%-
HSV(B)223.76º85.86%38.82%-
XYZ3.092.3212.09-
YUV37.19162.88111.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.33%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 99 (39.06% from 255) = 66%
R=9.33%
G=24.67%
B=66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1437990.860.6300.61223.7675.2222.16
HexE2563563F03De04b16
Octal16451431267707534011326
Binary111010010111000111010110111111011110111100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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