Html Css Color HEX #052156 Sapphire

📋 copy color: '#052156'

red 5 ◦ green 33 ◦ blue 86

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

Shades of Sapphire #052156

Tints of Sapphire #052156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

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

R = 4.03%
G = 26.61%
B = 69.35%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#052156 (or 0x052156) is known color: Sapphire. HEX triplet: 05, 21 and 56. RGB value is (5,33,86). Sum of RGB (Red+Green+Blue) = 5+33+86=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 86 (33.98% from 255 or 69.35% from 124); Max value from RGB is 86 - color contains mainly: blue. Hex color #052156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052156 is #FADEA9. Grayscale: #1E1E1E. Windows color (decimal): -16441002 or 5644549. OLE color: 5644549.

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

Color convert

RGB 5 33 86 -
CMYK 0.94 0.62 0 0.66
HSL 219.26º 0.89% 0.18% -
HSV(B) 219.26º 0.94% 0.34% -
XYZ 2.29 1.79 9.03 -
YUV 30.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 5 33 86 0.94 0.62 0 0.66 219.26 0.89 0.18
Hex 5 21 56 5E 3E 0 42 DB 59 12
Octal 5 41 126 136 76 0 102 333 131 22
Binary 101 100001 1010110 1011110 111110 0 1000010 11011011 1011001 10010

Color Harmonies of #052156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052156

Black with #052156

Text Example


Text Example

White with #052156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052156; }

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

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

background-color css

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

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

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

border-color css

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

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

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