#011E4A

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

Shades of Sapphire #011E4A

Tints of Sapphire #011E4A

Color information

#011E4A (or 0x011E4A) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 4A. RGB value is (1,30,74). Sum of RGB (Red+Green+Blue) = 1+30+74=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #011E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E4A is #FEE1B5. Grayscale: #1A1A1A. Windows color (decimal): -16703926 or 4857345. OLE color: 4857345.

HSL color Cylindrical-coordinate representation of color #011E4A: hue angle of 216.16º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E4A is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB13074-
CMYK0.990.5900.71
HSL216.16º97.33%14.71%-
HSV(B)216.16º98.65%29.02%-
XYZ1.711.436.66-
YUV26.34154.89109.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 74 (29.30% from 255) = 70.48%
R=0.95%
G=28.57%
B=70.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal130740.990.5900.71216.1697.3314.71
Hex11E4A633B047d861f
Octal13611214373010733014117
Binary11111010010101100011111011010001111101100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011E4A; }

 p { color: rgb(1,30,74); }

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

<style>
 a { background-color: #011E4A; }

 a { background-color: rgb(1,30,74); }

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

<style>
 span { border-color: #011E4A; }

 span { border-color: rgb(1,30,74); }

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