Html Css Color HEX #052977 Sapphire

📋 copy color: '#052977'

red 5 ◦ green 41 ◦ blue 119

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

Shades of Sapphire #052977

Tints of Sapphire #052977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.85%

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

R = 3.03%
G = 24.85%
B = 72.12%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#052977 (or 0x052977) is known color: Sapphire. HEX triplet: 05, 29 and 77. RGB value is (5,41,119). Sum of RGB (Red+Green+Blue) = 5+41+119=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 119 (46.88% from 255 or 72.12% from 165); Max value from RGB is 119 - color contains mainly: blue. Hex color #052977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052977 is #FAD688. Grayscale: #262626. Windows color (decimal): -16438921 or 7809285. OLE color: 7809285.

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

Color convert

RGB 5 41 119 -
CMYK 0.96 0.66 0 0.53
HSL 221.05º 0.92% 0.24% -
HSV(B) 221.05º 0.96% 0.47% -
XYZ 4.19 2.95 17.8 -
YUV 39.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 5 41 119 0.96 0.66 0 0.53 221.05 0.92 0.24
Hex 5 29 77 60 42 0 35 DD 5C 18
Octal 5 51 167 140 102 0 65 335 134 30
Binary 101 101001 1110111 1100000 1000010 0 110101 11011101 1011100 11000

Color Harmonies of #052977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052977

Black with #052977

Text Example


Text Example

White with #052977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052977; }

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

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

background-color css

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

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

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

border-color css

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

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

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