Html Css Color HEX #052071 Sapphire

📋 copy color: '#052071'

red 5 ◦ green 32 ◦ blue 113

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

Shades of Sapphire #052071

Tints of Sapphire #052071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

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

R = 3.33%
G = 21.33%
B = 75.33%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052071 (or 0x052071) is known color: Sapphire. HEX triplet: 05, 20 and 71. RGB value is (5,32,113). Sum of RGB (Red+Green+Blue) = 5+32+113=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #052071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052071 is #FADF8E. Grayscale: #202020. Windows color (decimal): -16441231 or 7413765. OLE color: 7413765.

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

Color convert

RGB 5 32 113 -
CMYK 0.96 0.72 0 0.56
HSL 225º 0.92% 0.23% -
HSV(B) 225º 0.96% 0.44% -
XYZ 3.56 2.26 15.87 -
YUV 33.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 5 32 113 0.96 0.72 0 0.56 225 0.92 0.23
Hex 5 20 71 60 48 0 38 E1 5C 17
Octal 5 40 161 140 110 0 70 341 134 27
Binary 101 100000 1110001 1100000 1001000 0 111000 11100001 1011100 10111

Color Harmonies of #052071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052071

Black with #052071

Text Example


Text Example

White with #052071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052071; }

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

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

background-color css

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

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

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

border-color css

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

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

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