#0E1650

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

Shades of Sapphire #0E1650

Tints of Sapphire #0E1650

Color information

#0E1650 (or 0x0E1650) is unknown color: approx Sapphire. HEX triplet: 0E, 16 and 50. RGB value is (14,22,80). Sum of RGB (Red+Green+Blue) = 14+22+80=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #0E1650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1650 is #F1E9AF. Grayscale: #191919. Windows color (decimal): -15854000 or 5248526. OLE color: 5248526.

HSL color Cylindrical-coordinate representation of color #0E1650: hue angle of 232.73º 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 #0E1650 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB142280-
CMYK0.830.7200.69
HSL232.73º70.21%18.43%-
HSV(B)232.73º82.5%31.37%-
XYZ1.921.257.73-
YUV26.22158.35119.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.07%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 80 (31.64% from 255) = 68.97%
R=12.07%
G=18.97%
B=68.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1422800.830.7200.69232.7370.2118.43
HexE16505348045e94612
Octal1626120123110010535110622
Binary1110101101010000101001110010000100010111101001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,22,80); }

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

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

 a { background-color: rgb(14,22,80); }

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

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

 span { border-color: rgb(14,22,80); }

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