Html Css Color HEX #052871 Sapphire

📋 copy color: '#052871'

red 5 ◦ green 40 ◦ blue 113

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

Shades of Sapphire #052871

Tints of Sapphire #052871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.32%

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

R = 3.16%
G = 25.32%
B = 71.52%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052871 (or 0x052871) is known color: Sapphire. HEX triplet: 05, 28 and 71. RGB value is (5,40,113). Sum of RGB (Red+Green+Blue) = 5+40+113=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #052871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052871 is #FAD78E. Grayscale: #252525. Windows color (decimal): -16439183 or 7415813. OLE color: 7415813.

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

Color convert

RGB 5 40 113 -
CMYK 0.96 0.65 0 0.56
HSL 220.56º 0.92% 0.23% -
HSV(B) 220.56º 0.96% 0.44% -
XYZ 3.8 2.74 15.95 -
YUV 37.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 5 40 113 0.96 0.65 0 0.56 220.56 0.92 0.23
Hex 5 28 71 60 41 0 38 DD 5C 17
Octal 5 50 161 140 101 0 70 335 134 27
Binary 101 101000 1110001 1100000 1000001 0 111000 11011101 1011100 10111

Color Harmonies of #052871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052871

Black with #052871

Text Example


Text Example

White with #052871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052871; }

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

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

background-color css

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

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

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

border-color css

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

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

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