Html Css Color HEX #011A71 Sapphire

📋 copy color: '#011A71'

red 1 ◦ green 26 ◦ blue 113

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

Shades of Sapphire #011A71

Tints of Sapphire #011A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.57%

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

R = 0.71%
G = 18.57%
B = 80.71%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011A71 (or 0x011A71) is known color: Sapphire. HEX triplet: 01, 1A and 71. RGB value is (1,26,113). Sum of RGB (Red+Green+Blue) = 1+26+113=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 113 (44.53% from 255 or 80.71% from 140); Max value from RGB is 113 - color contains mainly: blue. Hex color #011A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A71 is #FEE58E. Grayscale: #1C1C1C. Windows color (decimal): -16704911 or 7412225. OLE color: 7412225.

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

Color convert

RGB 1 26 113 -
CMYK 0.99 0.77 0 0.56
HSL 226.61º 0.98% 0.22% -
HSV(B) 226.61º 0.99% 0.44% -
XYZ 3.36 1.94 15.82 -
YUV 28.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 1 26 113 0.99 0.77 0 0.56 226.61 0.98 0.22
Hex 1 1A 71 63 4D 0 38 E3 62 16
Octal 1 32 161 143 115 0 70 343 142 26
Binary 1 11010 1110001 1100011 1001101 0 111000 11100011 1100010 10110

Color Harmonies of #011A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A71

Black with #011A71

Text Example


Text Example

White with #011A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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