Html Css Color HEX #052056 Sapphire

📋 copy color: '#052056'

red 5 ◦ green 32 ◦ blue 86

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

Shades of Sapphire #052056

Tints of Sapphire #052056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 69.92%

R = 4.07%
G = 26.02%
B = 69.92%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#052056 (or 0x052056) is known color: Sapphire. HEX triplet: 05, 20 and 56. RGB value is (5,32,86). Sum of RGB (Red+Green+Blue) = 5+32+86=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #052056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052056 is #FADFA9. Grayscale: #1D1D1D. Windows color (decimal): -16441258 or 5644293. OLE color: 5644293.

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

Color convert

RGB 5 32 86 -
CMYK 0.94 0.63 0 0.66
HSL 220º 0.89% 0.18% -
HSV(B) 220º 0.94% 0.34% -
XYZ 2.26 1.74 9.02 -
YUV 30.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 5 32 86 0.94 0.63 0 0.66 220 0.89 0.18
Hex 5 20 56 5E 3F 0 42 DC 59 12
Octal 5 40 126 136 77 0 102 334 131 22
Binary 101 100000 1010110 1011110 111111 0 1000010 11011100 1011001 10010

Color Harmonies of #052056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052056

Black with #052056

Text Example


Text Example

White with #052056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052056; }

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

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

background-color css

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

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

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

border-color css

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

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

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