Html Css Color HEX #011971 Sapphire

📋 copy color: '#011971'

red 1 ◦ green 25 ◦ blue 113

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

Shades of Sapphire #011971

Tints of Sapphire #011971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.99%

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

R = 0.72%
G = 17.99%
B = 81.29%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011971 (or 0x011971) is known color: Sapphire. HEX triplet: 01, 19 and 71. RGB value is (1,25,113). Sum of RGB (Red+Green+Blue) = 1+25+113=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #011971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011971 is #FEE68E. Grayscale: #1B1B1B. Windows color (decimal): -16705167 or 7411969. OLE color: 7411969.

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

Color convert

RGB 1 25 113 -
CMYK 0.99 0.78 0 0.56
HSL 227.14º 0.98% 0.22% -
HSV(B) 227.14º 0.99% 0.44% -
XYZ 3.34 1.89 15.81 -
YUV 27.86 176.05 108.84 -
System Red Green Blue C M Y K H S L
Decimal 1 25 113 0.99 0.78 0 0.56 227.14 0.98 0.22
Hex 1 19 71 63 4E 0 38 E3 62 16
Octal 1 31 161 143 116 0 70 343 142 26
Binary 1 11001 1110001 1100011 1001110 0 111000 11100011 1100010 10110

Color Harmonies of #011971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011971

Black with #011971

Text Example


Text Example

White with #011971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011971; }

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

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

background-color css

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

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

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

border-color css

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

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

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