Html Css Color HEX #052873 Sapphire

📋 copy color: '#052873'

red 5 ◦ green 40 ◦ blue 115

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

Shades of Sapphire #052873

Tints of Sapphire #052873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

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

R = 3.13%
G = 25%
B = 71.88%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052873 (or 0x052873) is known color: Sapphire. HEX triplet: 05, 28 and 73. RGB value is (5,40,115). Sum of RGB (Red+Green+Blue) = 5+40+115=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #052873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052873 is #FAD78C. Grayscale: #252525. Windows color (decimal): -16439181 or 7546885. OLE color: 7546885.

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

Color convert

RGB 5 40 115 -
CMYK 0.96 0.65 0 0.55
HSL 220.91º 0.92% 0.24% -
HSV(B) 220.91º 0.96% 0.45% -
XYZ 3.92 2.79 16.55 -
YUV 38.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 5 40 115 0.96 0.65 0 0.55 220.91 0.92 0.24
Hex 5 28 73 60 41 0 37 DD 5C 18
Octal 5 50 163 140 101 0 67 335 134 30
Binary 101 101000 1110011 1100000 1000001 0 110111 11011101 1011100 11000

Color Harmonies of #052873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052873

Black with #052873

Text Example


Text Example

White with #052873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052873; }

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

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

background-color css

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

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

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

border-color css

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

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

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