Html Css Color HEX #052271 Sapphire

📋 copy color: '#052271'

red 5 ◦ green 34 ◦ blue 113

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

Shades of Sapphire #052271

Tints of Sapphire #052271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 3.29%
G = 22.37%
B = 74.34%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052271 (or 0x052271) is known color: Sapphire. HEX triplet: 05, 22 and 71. RGB value is (5,34,113). Sum of RGB (Red+Green+Blue) = 5+34+113=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #052271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052271 is #FADD8E. Grayscale: #212121. Windows color (decimal): -16440719 or 7414277. OLE color: 7414277.

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

Color convert

RGB 5 34 113 -
CMYK 0.96 0.70 0 0.56
HSL 223.89º 0.92% 0.23% -
HSV(B) 223.89º 0.96% 0.44% -
XYZ 3.62 2.37 15.89 -
YUV 34.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 5 34 113 0.96 0.70 0 0.56 223.89 0.92 0.23
Hex 5 22 71 60 46 0 38 E0 5C 17
Octal 5 42 161 140 106 0 70 340 134 27
Binary 101 100010 1110001 1100000 1000110 0 111000 11100000 1011100 10111

Color Harmonies of #052271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052271

Black with #052271

Text Example


Text Example

White with #052271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052271; }

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

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

background-color css

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

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

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

border-color css

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

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

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