Html Css Color HEX #052049 Sapphire

📋 copy color: '#052049'

red 5 ◦ green 32 ◦ blue 73

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

Shades of Sapphire #052049

Tints of Sapphire #052049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.09%

 BLUE value IS 73 (28.91% from 255) = 66.36%

R = 4.55%
G = 29.09%
B = 66.36%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#052049 (or 0x052049) is known color: Sapphire. HEX triplet: 05, 20 and 49. RGB value is (5,32,73). Sum of RGB (Red+Green+Blue) = 5+32+73=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #052049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052049 is #FADFB6. Grayscale: #1C1C1C. Windows color (decimal): -16441271 or 4792325. OLE color: 4792325.

HSL color Cylindrical-coordinate representation of color #052049: hue angle of 216.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052049 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 32 73 -
CMYK 0.93 0.56 0 0.71
HSL 216.18º 0.87% 0.15% -
HSV(B) 216.18º 0.93% 0.29% -
XYZ 1.78 1.55 6.51 -
YUV 28.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 5 32 73 0.93 0.56 0 0.71 216.18 0.87 0.15
Hex 5 20 49 5D 38 0 47 D8 57 F
Octal 5 40 111 135 70 0 107 330 127 17
Binary 101 100000 1001001 1011101 111000 0 1000111 11011000 1010111 1111

Color Harmonies of #052049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052049

Black with #052049

Text Example


Text Example

White with #052049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052049; }

 p { color: rgb(5,32,73); }

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

background-color css

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

 a { background-color: rgb(5,32,73); }

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

border-color css

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

 span { border-color: rgb(5,32,73); }

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