Html Css Color HEX #052058 Sapphire

📋 copy color: '#052058'

red 5 ◦ green 32 ◦ blue 88

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

Shades of Sapphire #052058

Tints of Sapphire #052058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 70.4%

R = 4%
G = 25.6%
B = 70.4%

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

#052058 (or 0x052058) is known color: Sapphire. HEX triplet: 05, 20 and 58. RGB value is (5,32,88). Sum of RGB (Red+Green+Blue) = 5+32+88=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #052058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052058 is #FADFA7. Grayscale: #1E1E1E. Windows color (decimal): -16441256 or 5775365. OLE color: 5775365.

HSL color Cylindrical-coordinate representation of color #052058: hue angle of 220.48º 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 #052058 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 32 88 -
CMYK 0.94 0.64 0 0.65
HSL 220.48º 0.89% 0.18% -
HSV(B) 220.48º 0.94% 0.35% -
XYZ 2.34 1.77 9.45 -
YUV 30.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 5 32 88 0.94 0.64 0 0.65 220.48 0.89 0.18
Hex 5 20 58 5E 40 0 41 DC 59 12
Octal 5 40 130 136 100 0 101 334 131 22
Binary 101 100000 1011000 1011110 1000000 0 1000001 11011100 1011001 10010

Color Harmonies of #052058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052058

Black with #052058

Text Example


Text Example

White with #052058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052058; }

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

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

background-color css

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

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

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

border-color css

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

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

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