#0E2659

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

Shades of Sapphire #0E2659

Tints of Sapphire #0E2659

Color information

#0E2659 (or 0x0E2659) is unknown color: approx Sapphire. HEX triplet: 0E, 26 and 59. RGB value is (14,38,89). Sum of RGB (Red+Green+Blue) = 14+38+89=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E2659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2659 is #F1D9A6. Grayscale: #242424. Windows color (decimal): -15849895 or 5842446. OLE color: 5842446.

HSL color Cylindrical-coordinate representation of color #0E2659: hue angle of 220.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E2659 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB143889-
CMYK0.840.5700.65
HSL220.8º72.82%20.2%-
HSV(B)220.8º84.27%34.9%-
XYZ2.682.29.73-
YUV36.64157.55111.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.93%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 89 (35.16% from 255) = 63.12%
R=9.93%
G=26.95%
B=63.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1438890.840.5700.65220.872.8220.2
HexE26595439041dd4914
Octal164613112471010133511124
Binary1110100110101100110101001110010100000111011101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,38,89); }

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

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

 a { background-color: rgb(14,38,89); }

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

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

 span { border-color: rgb(14,38,89); }

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