Html Css Color HEX #052C79 Sapphire

📋 copy color: '#052C79'

red 5 ◦ green 44 ◦ blue 121

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

Shades of Sapphire #052C79

Tints of Sapphire #052C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.88%

 BLUE value IS 121 (47.66% from 255) = 71.18%

R = 2.94%
G = 25.88%
B = 71.18%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#052C79 (or 0x052C79) is known color: Sapphire. HEX triplet: 05, 2C and 79. RGB value is (5,44,121). Sum of RGB (Red+Green+Blue) = 5+44+121=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #052C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C79 is #FAD386. Grayscale: #282828. Windows color (decimal): -16438151 or 7941125. OLE color: 7941125.

HSL color Cylindrical-coordinate representation of color #052C79: hue angle of 219.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052C79 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 44 121 -
CMYK 0.96 0.64 0 0.53
HSL 219.83º 0.92% 0.25% -
HSV(B) 219.83º 0.96% 0.47% -
XYZ 4.41 3.21 18.48 -
YUV 41.12 173.08 102.24 -
System Red Green Blue C M Y K H S L
Decimal 5 44 121 0.96 0.64 0 0.53 219.83 0.92 0.25
Hex 5 2C 79 60 40 0 35 DC 5C 19
Octal 5 54 171 140 100 0 65 334 134 31
Binary 101 101100 1111001 1100000 1000000 0 110101 11011100 1011100 11001

Color Harmonies of #052C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C79

Black with #052C79

Text Example


Text Example

White with #052C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052C79; }

 p { color: rgb(5,44,121); }

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

background-color css

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

 a { background-color: rgb(5,44,121); }

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

border-color css

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

 span { border-color: rgb(5,44,121); }

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