#0E1555

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

Shades of Sapphire #0E1555

Tints of Sapphire #0E1555

Color information

#0E1555 (or 0x0E1555) is unknown color: approx Sapphire. HEX triplet: 0E, 15 and 55. RGB value is (14,21,85). Sum of RGB (Red+Green+Blue) = 14+21+85=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E1555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1555 is #F1EAAA. Grayscale: #191919. Windows color (decimal): -15854251 or 5575950. OLE color: 5575950.

HSL color Cylindrical-coordinate representation of color #0E1555: hue angle of 234.08º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1555 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB142185-
CMYK0.840.7500.67
HSL234.08º71.72%19.41%-
HSV(B)234.08º83.53%33.33%-
XYZ2.091.298.73-
YUV26.2161.18119.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.67%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 85 (33.59% from 255) = 70.83%
R=11.67%
G=17.5%
B=70.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1421850.840.7500.67234.0871.7219.41
HexE1555544B043ea4813
Octal1625125124113010335211023
Binary1110101011010101101010010010110100001111101010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,21,85); }

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

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

 a { background-color: rgb(14,21,85); }

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

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

 span { border-color: rgb(14,21,85); }

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