Html Css Color HEX #052171 Sapphire

📋 copy color: '#052171'

red 5 ◦ green 33 ◦ blue 113

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

Shades of Sapphire #052171

Tints of Sapphire #052171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 3.31%
G = 21.85%
B = 74.83%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052171 (or 0x052171) is known color: Sapphire. HEX triplet: 05, 21 and 71. RGB value is (5,33,113). Sum of RGB (Red+Green+Blue) = 5+33+113=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #052171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052171 is #FADE8E. Grayscale: #212121. Windows color (decimal): -16440975 or 7414021. OLE color: 7414021.

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

Color convert

RGB 5 33 113 -
CMYK 0.96 0.71 0 0.56
HSL 224.44º 0.92% 0.23% -
HSV(B) 224.44º 0.96% 0.44% -
XYZ 3.59 2.31 15.88 -
YUV 33.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 5 33 113 0.96 0.71 0 0.56 224.44 0.92 0.23
Hex 5 21 71 60 47 0 38 E0 5C 17
Octal 5 41 161 140 107 0 70 340 134 27
Binary 101 100001 1110001 1100000 1000111 0 111000 11100000 1011100 10111

Color Harmonies of #052171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052171

Black with #052171

Text Example


Text Example

White with #052171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052171; }

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

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

background-color css

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

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

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

border-color css

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

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

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