Html Css Color HEX #011E71 Sapphire

📋 copy color: '#011E71'

red 1 ◦ green 30 ◦ blue 113

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

Shades of Sapphire #011E71

Tints of Sapphire #011E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 78.47%

R = 0.69%
G = 20.83%
B = 78.47%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011E71 (or 0x011E71) is known color: Sapphire. HEX triplet: 01, 1E and 71. RGB value is (1,30,113). Sum of RGB (Red+Green+Blue) = 1+30+113=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 113 (44.53% from 255 or 78.47% from 144); Max value from RGB is 113 - color contains mainly: blue. Hex color #011E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E71 is #FEE18E. Grayscale: #1E1E1E. Windows color (decimal): -16703887 or 7413249. OLE color: 7413249.

HSL color Cylindrical-coordinate representation of color #011E71: hue angle of 224.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E71 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 30 113 -
CMYK 0.99 0.73 0 0.56
HSL 224.46º 0.98% 0.22% -
HSV(B) 224.46º 0.99% 0.44% -
XYZ 3.46 2.13 15.85 -
YUV 30.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 1 30 113 0.99 0.73 0 0.56 224.46 0.98 0.22
Hex 1 1E 71 63 49 0 38 E0 62 16
Octal 1 36 161 143 111 0 70 340 142 26
Binary 1 11110 1110001 1100011 1001001 0 111000 11100000 1100010 10110

Color Harmonies of #011E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E71

Black with #011E71

Text Example


Text Example

White with #011E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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