Html Css Color HEX #052173 Sapphire

📋 copy color: '#052173'

red 5 ◦ green 33 ◦ blue 115

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

Shades of Sapphire #052173

Tints of Sapphire #052173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 75.16%

R = 3.27%
G = 21.57%
B = 75.16%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052173 (or 0x052173) is known color: Sapphire. HEX triplet: 05, 21 and 73. RGB value is (5,33,115). Sum of RGB (Red+Green+Blue) = 5+33+115=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #052173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052173 is #FADE8C. Grayscale: #212121. Windows color (decimal): -16440973 or 7545093. OLE color: 7545093.

HSL color Cylindrical-coordinate representation of color #052173: hue angle of 224.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052173 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 33 115 -
CMYK 0.96 0.71 0 0.55
HSL 224.73º 0.92% 0.24% -
HSV(B) 224.73º 0.96% 0.45% -
XYZ 3.7 2.36 16.48 -
YUV 33.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 5 33 115 0.96 0.71 0 0.55 224.73 0.92 0.24
Hex 5 21 73 60 47 0 37 E1 5C 18
Octal 5 41 163 140 107 0 67 341 134 30
Binary 101 100001 1110011 1100000 1000111 0 110111 11100001 1011100 11000

Color Harmonies of #052173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052173

Black with #052173

Text Example


Text Example

White with #052173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052173; }

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

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

background-color css

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

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

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

border-color css

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

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

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