Html Css Color HEX #052576 Sapphire

📋 copy color: '#052576'

red 5 ◦ green 37 ◦ blue 118

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

Shades of Sapphire #052576

Tints of Sapphire #052576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 73.75%

R = 3.13%
G = 23.13%
B = 73.75%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052576 (or 0x052576) is known color: Sapphire. HEX triplet: 05, 25 and 76. RGB value is (5,37,118). Sum of RGB (Red+Green+Blue) = 5+37+118=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #052576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052576 is #FADA89. Grayscale: #242424. Windows color (decimal): -16439946 or 7742725. OLE color: 7742725.

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

Color convert

RGB 5 37 118 -
CMYK 0.96 0.69 0 0.54
HSL 223.01º 0.92% 0.24% -
HSV(B) 223.01º 0.96% 0.46% -
XYZ 3.99 2.66 17.44 -
YUV 36.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 5 37 118 0.96 0.69 0 0.54 223.01 0.92 0.24
Hex 5 25 76 60 45 0 36 DF 5C 18
Octal 5 45 166 140 105 0 66 337 134 30
Binary 101 100101 1110110 1100000 1000101 0 110110 11011111 1011100 11000

Color Harmonies of #052576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052576

Black with #052576

Text Example


Text Example

White with #052576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052576; }

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

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

background-color css

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

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

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

border-color css

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

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

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