#010E48

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

Shades of Sapphire #010E48

Tints of Sapphire #010E48

Color information

#010E48 (or 0x010E48) is unknown color: approx Sapphire. HEX triplet: 01, 0E and 48. RGB value is (1,14,72). Sum of RGB (Red+Green+Blue) = 1+14+72=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #010E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E48 is #FEF1B7. Grayscale: #101010. Windows color (decimal): -16708024 or 4722177. OLE color: 4722177.

HSL color Cylindrical-coordinate representation of color #010E48: hue angle of 229.01º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E48 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB11472-
CMYK0.990.8100.72
HSL229.01º97.26%14.31%-
HSV(B)229.01º98.61%28.24%-
XYZ1.340.796.21-
YUV16.73159.19116.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 14 (5.86% from 255) = 16.09%
BLUE value IS 72 (28.52% from 255) = 82.76%
R=1.15%
G=16.09%
B=82.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal114720.990.8100.72229.0197.2614.31
Hex1E486351048e561e
Octal116110143121011034514116
Binary11110100100011000111010001010010001110010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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