Html Css Color HEX #052C77 Sapphire

📋 copy color: '#052C77'

red 5 ◦ green 44 ◦ blue 119

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

Shades of Sapphire #052C77

Tints of Sapphire #052C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 70.83%

R = 2.98%
G = 26.19%
B = 70.83%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#052C77 (or 0x052C77) is known color: Sapphire. HEX triplet: 05, 2C and 77. RGB value is (5,44,119). Sum of RGB (Red+Green+Blue) = 5+44+119=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #052C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C77 is #FAD388. Grayscale: #282828. Windows color (decimal): -16438153 or 7810053. OLE color: 7810053.

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

Color convert

RGB 5 44 119 -
CMYK 0.96 0.63 0 0.53
HSL 219.47º 0.92% 0.24% -
HSV(B) 219.47º 0.96% 0.47% -
XYZ 4.29 3.17 17.84 -
YUV 40.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 5 44 119 0.96 0.63 0 0.53 219.47 0.92 0.24
Hex 5 2C 77 60 3F 0 35 DB 5C 18
Octal 5 54 167 140 77 0 65 333 134 30
Binary 101 101100 1110111 1100000 111111 0 110101 11011011 1011100 11000

Color Harmonies of #052C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C77

Black with #052C77

Text Example


Text Example

White with #052C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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