Html Css Color HEX #052577 Sapphire

📋 copy color: '#052577'

red 5 ◦ green 37 ◦ blue 119

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

Shades of Sapphire #052577

Tints of Sapphire #052577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 119 (46.88% from 255) = 73.91%

R = 3.11%
G = 22.98%
B = 73.91%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#052577 (or 0x052577) is known color: Sapphire. HEX triplet: 05, 25 and 77. RGB value is (5,37,119). Sum of RGB (Red+Green+Blue) = 5+37+119=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #052577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052577 is #FADA88. Grayscale: #242424. Windows color (decimal): -16439945 or 7808261. OLE color: 7808261.

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

Color convert

RGB 5 37 119 -
CMYK 0.96 0.69 0 0.53
HSL 223.16º 0.92% 0.24% -
HSV(B) 223.16º 0.96% 0.47% -
XYZ 4.05 2.69 17.76 -
YUV 36.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 5 37 119 0.96 0.69 0 0.53 223.16 0.92 0.24
Hex 5 25 77 60 45 0 35 DF 5C 18
Octal 5 45 167 140 105 0 65 337 134 30
Binary 101 100101 1110111 1100000 1000101 0 110101 11011111 1011100 11000

Color Harmonies of #052577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052577

Black with #052577

Text Example


Text Example

White with #052577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052577; }

 p { color: rgb(5,37,119); }

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

background-color css

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

 a { background-color: rgb(5,37,119); }

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

border-color css

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

 span { border-color: rgb(5,37,119); }

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