Html Css Color HEX #052773 Sapphire

📋 copy color: '#052773'

red 5 ◦ green 39 ◦ blue 115

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

Shades of Sapphire #052773

Tints of Sapphire #052773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.53%

 BLUE value IS 115 (45.31% from 255) = 72.33%

R = 3.14%
G = 24.53%
B = 72.33%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052773 (or 0x052773) is known color: Sapphire. HEX triplet: 05, 27 and 73. RGB value is (5,39,115). Sum of RGB (Red+Green+Blue) = 5+39+115=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #052773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052773 is #FAD88C. Grayscale: #252525. Windows color (decimal): -16439437 or 7546629. OLE color: 7546629.

HSL color Cylindrical-coordinate representation of color #052773: hue angle of 221.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052773 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 39 115 -
CMYK 0.96 0.66 0 0.55
HSL 221.45º 0.92% 0.24% -
HSV(B) 221.45º 0.96% 0.45% -
XYZ 3.88 2.72 16.54 -
YUV 37.5 171.74 104.82 -
System Red Green Blue C M Y K H S L
Decimal 5 39 115 0.96 0.66 0 0.55 221.45 0.92 0.24
Hex 5 27 73 60 42 0 37 DD 5C 18
Octal 5 47 163 140 102 0 67 335 134 30
Binary 101 100111 1110011 1100000 1000010 0 110111 11011101 1011100 11000

Color Harmonies of #052773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052773

Black with #052773

Text Example


Text Example

White with #052773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052773; }

 p { color: rgb(5,39,115); }

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

background-color css

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

 a { background-color: rgb(5,39,115); }

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

border-color css

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

 span { border-color: rgb(5,39,115); }

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