Html Css Color HEX #011E47 Sapphire

📋 copy color: '#011E47'

red 1 ◦ green 30 ◦ blue 71

#011E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #011E47

Tints of Sapphire #011E47

RGB

 RED value IS 1 (0.78% from 255) = 0.98%

 GREEN value IS 30 (12.11% from 255) = 29.41%

 BLUE value IS 71 (28.13% from 255) = 69.61%

R = 0.98%
G = 29.41%
B = 69.61%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#011E47 (or 0x011E47) is known color: Sapphire. HEX triplet: 01, 1E and 47. RGB value is (1,30,71). Sum of RGB (Red+Green+Blue) = 1+30+71=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 71 (28.12% from 255 or 69.61% from 102); Max value from RGB is 71 - color contains mainly: blue. Hex color #011E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E47 is #FEE1B8. Grayscale: #191919. Windows color (decimal): -16703929 or 4660737. OLE color: 4660737.

HSL color Cylindrical-coordinate representation of color #011E47: hue angle of 215.14º 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 #011E47 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 30 71 -
CMYK 0.99 0.58 0 0.72
HSL 215.14º 0.97% 0.14% -
HSV(B) 215.14º 0.99% 0.28% -
XYZ 1.61 1.39 6.14 -
YUV 26 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 1 30 71 0.99 0.58 0 0.72 215.14 0.97 0.14
Hex 1 1E 47 63 3A 0 48 D7 61 E
Octal 1 36 107 143 72 0 110 327 141 16
Binary 1 11110 1000111 1100011 111010 0 1001000 11010111 1100001 1110

Color Harmonies of #011E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E47

Black with #011E47

Text Example


Text Example

White with #011E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #011E47;
 }
 .AnyTagClassName
 {
   color: #011E47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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