Html Css Color HEX #052476 Sapphire

📋 copy color: '#052476'

red 5 ◦ green 36 ◦ blue 118

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

Shades of Sapphire #052476

Tints of Sapphire #052476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

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

R = 3.14%
G = 22.64%
B = 74.21%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052476 (or 0x052476) is known color: Sapphire. HEX triplet: 05, 24 and 76. RGB value is (5,36,118). Sum of RGB (Red+Green+Blue) = 5+36+118=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #052476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052476 is #FADB89. Grayscale: #232323. Windows color (decimal): -16440202 or 7742469. OLE color: 7742469.

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

Color convert

RGB 5 36 118 -
CMYK 0.96 0.69 0 0.54
HSL 223.54º 0.92% 0.24% -
HSV(B) 223.54º 0.96% 0.46% -
XYZ 3.96 2.6 17.43 -
YUV 36.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 5 36 118 0.96 0.69 0 0.54 223.54 0.92 0.24
Hex 5 24 76 60 45 0 36 E0 5C 18
Octal 5 44 166 140 105 0 66 340 134 30
Binary 101 100100 1110110 1100000 1000101 0 110110 11100000 1011100 11000

Color Harmonies of #052476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052476

Black with #052476

Text Example


Text Example

White with #052476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052476; }

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

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

background-color css

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

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

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

border-color css

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

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

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