#0E1A50

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

Shades of Sapphire #0E1A50

Tints of Sapphire #0E1A50

Color information

#0E1A50 (or 0x0E1A50) is unknown color: approx Sapphire. HEX triplet: 0E, 1A and 50. RGB value is (14,26,80). Sum of RGB (Red+Green+Blue) = 14+26+80=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #0E1A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1A50 is #F1E5AF. Grayscale: #1C1C1C. Windows color (decimal): -15852976 or 5249550. OLE color: 5249550.

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

Color convert

RGB142680-
CMYK0.830.6700.69
HSL229.09º70.21%18.43%-
HSV(B)229.09º82.5%31.37%-
XYZ21.417.76-
YUV28.57157.02117.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.67%
GREEN value IS 26 (10.55% from 255) = 21.67%
BLUE value IS 80 (31.64% from 255) = 66.67%
R=11.67%
G=21.67%
B=66.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1426800.830.6700.69229.0970.2118.43
HexE1A505343045e54612
Octal1632120123103010534510622
Binary1110110101010000101001110000110100010111100101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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