Html Css Color HEX #052776 Sapphire

📋 copy color: '#052776'

red 5 ◦ green 39 ◦ blue 118

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

Shades of Sapphire #052776

Tints of Sapphire #052776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 72.84%

R = 3.09%
G = 24.07%
B = 72.84%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052776 (or 0x052776) is known color: Sapphire. HEX triplet: 05, 27 and 76. RGB value is (5,39,118). Sum of RGB (Red+Green+Blue) = 5+39+118=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #052776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052776 is #FAD889. Grayscale: #252525. Windows color (decimal): -16439434 or 7743237. OLE color: 7743237.

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

Color convert

RGB 5 39 118 -
CMYK 0.96 0.67 0 0.54
HSL 221.95º 0.92% 0.24% -
HSV(B) 221.95º 0.96% 0.46% -
XYZ 4.06 2.79 17.46 -
YUV 37.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 5 39 118 0.96 0.67 0 0.54 221.95 0.92 0.24
Hex 5 27 76 60 43 0 36 DE 5C 18
Octal 5 47 166 140 103 0 66 336 134 30
Binary 101 100111 1110110 1100000 1000011 0 110110 11011110 1011100 11000

Color Harmonies of #052776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052776

Black with #052776

Text Example


Text Example

White with #052776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052776; }

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

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

background-color css

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

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

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

border-color css

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

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

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