Html Css Color HEX #052876 Sapphire

📋 copy color: '#052876'

red 5 ◦ green 40 ◦ blue 118

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

Shades of Sapphire #052876

Tints of Sapphire #052876

RGB

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

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

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

R = 3.07%
G = 24.54%
B = 72.39%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052876 (or 0x052876) is known color: Sapphire. HEX triplet: 05, 28 and 76. RGB value is (5,40,118). Sum of RGB (Red+Green+Blue) = 5+40+118=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #052876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052876 is #FAD789. Grayscale: #262626. Windows color (decimal): -16439178 or 7743493. OLE color: 7743493.

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

Color convert

RGB 5 40 118 -
CMYK 0.96 0.66 0 0.54
HSL 221.42º 0.92% 0.24% -
HSV(B) 221.42º 0.96% 0.46% -
XYZ 4.09 2.86 17.48 -
YUV 38.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 5 40 118 0.96 0.66 0 0.54 221.42 0.92 0.24
Hex 5 28 76 60 42 0 36 DD 5C 18
Octal 5 50 166 140 102 0 66 335 134 30
Binary 101 101000 1110110 1100000 1000010 0 110110 11011101 1011100 11000

Color Harmonies of #052876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052876

Black with #052876

Text Example


Text Example

White with #052876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052876; }

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

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

background-color css

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

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

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

border-color css

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

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

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