Html Css Color HEX #052571 Sapphire

📋 copy color: '#052571'

red 5 ◦ green 37 ◦ blue 113

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

Shades of Sapphire #052571

Tints of Sapphire #052571

RGB

 RED value IS 5 (2.34% from 255) = 3.23%

 GREEN value IS 37 (14.84% from 255) = 23.87%

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

R = 3.23%
G = 23.87%
B = 72.9%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052571 (or 0x052571) is known color: Sapphire. HEX triplet: 05, 25 and 71. RGB value is (5,37,113). Sum of RGB (Red+Green+Blue) = 5+37+113=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #052571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052571 is #FADA8E. Grayscale: #232323. Windows color (decimal): -16439951 or 7415045. OLE color: 7415045.

HSL color Cylindrical-coordinate representation of color #052571: hue angle of 222.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052571 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 37 113 -
CMYK 0.96 0.67 0 0.56
HSL 222.22º 0.92% 0.23% -
HSV(B) 222.22º 0.96% 0.44% -
XYZ 3.7 2.55 15.92 -
YUV 36.1 171.4 105.82 -
System Red Green Blue C M Y K H S L
Decimal 5 37 113 0.96 0.67 0 0.56 222.22 0.92 0.23
Hex 5 25 71 60 43 0 38 DE 5C 17
Octal 5 45 161 140 103 0 70 336 134 27
Binary 101 100101 1110001 1100000 1000011 0 111000 11011110 1011100 10111

Color Harmonies of #052571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052571

Black with #052571

Text Example


Text Example

White with #052571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052571; }

 p { color: rgb(5,37,113); }

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

background-color css

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

 a { background-color: rgb(5,37,113); }

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

border-color css

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

 span { border-color: rgb(5,37,113); }

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