#010E4E

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

Shades of Sapphire #010E4E

Tints of Sapphire #010E4E

Color information

#010E4E (or 0x010E4E) is unknown color: approx Sapphire. HEX triplet: 01, 0E and 4E. RGB value is (1,14,78). Sum of RGB (Red+Green+Blue) = 1+14+78=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 78 (30.86% from 255 or 83.87% from 93); Max value from RGB is 78 - color contains mainly: blue. Hex color #010E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E4E is #FEF1B1. Grayscale: #111111. Windows color (decimal): -16708018 or 5115393. OLE color: 5115393.

HSL color Cylindrical-coordinate representation of color #010E4E: hue angle of 229.87º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E4E is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB11478-
CMYK0.990.8200.69
HSL229.87º97.47%15.49%-
HSV(B)229.87º98.72%30.59%-
XYZ1.540.877.29-
YUV17.41162.19116.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 14 (5.86% from 255) = 15.05%
BLUE value IS 78 (30.86% from 255) = 83.87%
R=1.08%
G=15.05%
B=83.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal114780.990.8200.69229.8797.4715.49
Hex1E4E6352045e661f
Octal116116143122010534614117
Binary11110100111011000111010010010001011110011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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