Html Css Color HEX #052276 Sapphire

📋 copy color: '#052276'

red 5 ◦ green 34 ◦ blue 118

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

Shades of Sapphire #052276

Tints of Sapphire #052276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

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

R = 3.18%
G = 21.66%
B = 75.16%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052276 (or 0x052276) is known color: Sapphire. HEX triplet: 05, 22 and 76. RGB value is (5,34,118). Sum of RGB (Red+Green+Blue) = 5+34+118=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #052276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052276 is #FADD89. Grayscale: #222222. Windows color (decimal): -16440714 or 7741957. OLE color: 7741957.

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

Color convert

RGB 5 34 118 -
CMYK 0.96 0.71 0 0.54
HSL 224.6º 0.92% 0.24% -
HSV(B) 224.6º 0.96% 0.46% -
XYZ 3.9 2.48 17.41 -
YUV 34.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 5 34 118 0.96 0.71 0 0.54 224.6 0.92 0.24
Hex 5 22 76 60 47 0 36 E1 5C 18
Octal 5 42 166 140 107 0 66 341 134 30
Binary 101 100010 1110110 1100000 1000111 0 110110 11100001 1011100 11000

Color Harmonies of #052276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052276

Black with #052276

Text Example


Text Example

White with #052276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052276; }

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

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

background-color css

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

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

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

border-color css

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

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

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