Html Css Color HEX #052971 Sapphire

📋 copy color: '#052971'

red 5 ◦ green 41 ◦ blue 113

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

Shades of Sapphire #052971

Tints of Sapphire #052971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.79%

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

R = 3.14%
G = 25.79%
B = 71.07%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052971 (or 0x052971) is known color: Sapphire. HEX triplet: 05, 29 and 71. RGB value is (5,41,113). Sum of RGB (Red+Green+Blue) = 5+41+113=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #052971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052971 is #FAD68E. Grayscale: #262626. Windows color (decimal): -16438927 or 7416069. OLE color: 7416069.

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

Color convert

RGB 5 41 113 -
CMYK 0.96 0.64 0 0.56
HSL 220º 0.92% 0.23% -
HSV(B) 220º 0.96% 0.44% -
XYZ 3.84 2.81 15.96 -
YUV 38.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 5 41 113 0.96 0.64 0 0.56 220 0.92 0.23
Hex 5 29 71 60 40 0 38 DC 5C 17
Octal 5 51 161 140 100 0 70 334 134 27
Binary 101 101001 1110001 1100000 1000000 0 111000 11011100 1011100 10111

Color Harmonies of #052971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052971

Black with #052971

Text Example


Text Example

White with #052971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052971; }

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

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

background-color css

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

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

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

border-color css

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

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

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