Html Css Color HEX #052059 Sapphire

📋 copy color: '#052059'

red 5 ◦ green 32 ◦ blue 89

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

Shades of Sapphire #052059

Tints of Sapphire #052059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 70.63%

R = 3.97%
G = 25.4%
B = 70.63%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#052059 (or 0x052059) is known color: Sapphire. HEX triplet: 05, 20 and 59. RGB value is (5,32,89). Sum of RGB (Red+Green+Blue) = 5+32+89=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #052059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052059 is #FADFA6. Grayscale: #1E1E1E. Windows color (decimal): -16441255 or 5840901. OLE color: 5840901.

HSL color Cylindrical-coordinate representation of color #052059: hue angle of 220.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052059 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 32 89 -
CMYK 0.94 0.64 0 0.65
HSL 220.71º 0.89% 0.18% -
HSV(B) 220.71º 0.94% 0.35% -
XYZ 2.38 1.79 9.67 -
YUV 30.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 5 32 89 0.94 0.64 0 0.65 220.71 0.89 0.18
Hex 5 20 59 5E 40 0 41 DD 59 12
Octal 5 40 131 136 100 0 101 335 131 22
Binary 101 100000 1011001 1011110 1000000 0 1000001 11011101 1011001 10010

Color Harmonies of #052059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052059

Black with #052059

Text Example


Text Example

White with #052059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052059; }

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

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

background-color css

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

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

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

border-color css

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

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

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