Html Css Color HEX #052052 Sapphire

📋 copy color: '#052052'

red 5 ◦ green 32 ◦ blue 82

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

Shades of Sapphire #052052

Tints of Sapphire #052052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 68.91%

R = 4.2%
G = 26.89%
B = 68.91%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052052 (or 0x052052) is known color: Sapphire. HEX triplet: 05, 20 and 52. RGB value is (5,32,82). Sum of RGB (Red+Green+Blue) = 5+32+82=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #052052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052052 is #FADFAD. Grayscale: #1D1D1D. Windows color (decimal): -16441262 or 5382149. OLE color: 5382149.

HSL color Cylindrical-coordinate representation of color #052052: hue angle of 218.96º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052052 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 32 82 -
CMYK 0.94 0.61 0 0.68
HSL 218.96º 0.89% 0.17% -
HSV(B) 218.96º 0.94% 0.32% -
XYZ 2.1 1.67 8.2 -
YUV 29.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 5 32 82 0.94 0.61 0 0.68 218.96 0.89 0.17
Hex 5 20 52 5E 3D 0 44 DB 59 11
Octal 5 40 122 136 75 0 104 333 131 21
Binary 101 100000 1010010 1011110 111101 0 1000100 11011011 1011001 10001

Color Harmonies of #052052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052052

Black with #052052

Text Example


Text Example

White with #052052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052052; }

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

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

background-color css

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

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

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

border-color css

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

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

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