Html Css Color HEX #011571 Sapphire

📋 copy color: '#011571'

red 1 ◦ green 21 ◦ blue 113

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

Shades of Sapphire #011571

Tints of Sapphire #011571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 0.74%
G = 15.56%
B = 83.7%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011571 (or 0x011571) is known color: Sapphire. HEX triplet: 01, 15 and 71. RGB value is (1,21,113). Sum of RGB (Red+Green+Blue) = 1+21+113=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 113 (44.53% from 255 or 83.70% from 135); Max value from RGB is 113 - color contains mainly: blue. Hex color #011571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011571 is #FEEA8E. Grayscale: #191919. Windows color (decimal): -16706191 or 7410945. OLE color: 7410945.

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

Color convert

RGB 1 21 113 -
CMYK 0.99 0.81 0 0.56
HSL 229.29º 0.98% 0.22% -
HSV(B) 229.29º 0.99% 0.44% -
XYZ 3.26 1.74 15.79 -
YUV 25.51 177.37 110.52 -
System Red Green Blue C M Y K H S L
Decimal 1 21 113 0.99 0.81 0 0.56 229.29 0.98 0.22
Hex 1 15 71 63 51 0 38 E5 62 16
Octal 1 25 161 143 121 0 70 345 142 26
Binary 1 10101 1110001 1100011 1010001 0 111000 11100101 1100010 10110

Color Harmonies of #011571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011571

Black with #011571

Text Example


Text Example

White with #011571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011571; }

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

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

background-color css

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

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

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

border-color css

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

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

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