#010E5A

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

Shades of Sapphire #010E5A

Tints of Sapphire #010E5A

Color information

#010E5A (or 0x010E5A) is unknown color: approx Sapphire. HEX triplet: 01, 0E and 5A. RGB value is (1,14,90). Sum of RGB (Red+Green+Blue) = 1+14+90=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 90 (35.55% from 255 or 85.71% from 105); Max value from RGB is 90 - color contains mainly: blue. Hex color #010E5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E5A is #FEF1A5. Grayscale: #121212. Windows color (decimal): -16708006 or 5901825. OLE color: 5901825.

HSL color Cylindrical-coordinate representation of color #010E5A: hue angle of 231.24º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E5A is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB11490-
CMYK0.990.8400.65
HSL231.24º97.8%17.84%-
HSV(B)231.24º98.89%35.29%-
XYZ2.021.069.77-
YUV18.78168.19115.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 14 (5.86% from 255) = 13.33%
BLUE value IS 90 (35.55% from 255) = 85.71%
R=0.95%
G=13.33%
B=85.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal114900.990.8400.65231.2497.817.84
Hex1E5A6354041e76212
Octal116132143124010134714222
Binary111101011010110001110101000100000111100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010E5A; }

 p { color: rgb(1,14,90); }

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

<style>
 a { background-color: #010E5A; }

 a { background-color: rgb(1,14,90); }

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

<style>
 span { border-color: #010E5A; }

 span { border-color: rgb(1,14,90); }

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