Html Css Color HEX #052076 Sapphire

📋 copy color: '#052076'

red 5 ◦ green 32 ◦ blue 118

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

Shades of Sapphire #052076

Tints of Sapphire #052076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

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

R = 3.23%
G = 20.65%
B = 76.13%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052076 (or 0x052076) is known color: Sapphire. HEX triplet: 05, 20 and 76. RGB value is (5,32,118). Sum of RGB (Red+Green+Blue) = 5+32+118=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #052076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052076 is #FADF89. Grayscale: #212121. Windows color (decimal): -16441226 or 7741445. OLE color: 7741445.

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

Color convert

RGB 5 32 118 -
CMYK 0.96 0.73 0 0.54
HSL 225.66º 0.92% 0.24% -
HSV(B) 225.66º 0.96% 0.46% -
XYZ 3.85 2.37 17.39 -
YUV 33.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 5 32 118 0.96 0.73 0 0.54 225.66 0.92 0.24
Hex 5 20 76 60 49 0 36 E2 5C 18
Octal 5 40 166 140 111 0 66 342 134 30
Binary 101 100000 1110110 1100000 1001001 0 110110 11100010 1011100 11000

Color Harmonies of #052076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052076

Black with #052076

Text Example


Text Example

White with #052076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052076; }

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

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

background-color css

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

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

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

border-color css

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

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

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