Html Css Color HEX #052976 Sapphire

📋 copy color: '#052976'

red 5 ◦ green 41 ◦ blue 118

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

Shades of Sapphire #052976

Tints of Sapphire #052976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

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

R = 3.05%
G = 25%
B = 71.95%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052976 (or 0x052976) is known color: Sapphire. HEX triplet: 05, 29 and 76. RGB value is (5,41,118). Sum of RGB (Red+Green+Blue) = 5+41+118=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #052976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052976 is #FAD689. Grayscale: #262626. Windows color (decimal): -16438922 or 7743749. OLE color: 7743749.

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

Color convert

RGB 5 41 118 -
CMYK 0.96 0.65 0 0.54
HSL 220.89º 0.92% 0.24% -
HSV(B) 220.89º 0.96% 0.46% -
XYZ 4.13 2.93 17.49 -
YUV 39.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 5 41 118 0.96 0.65 0 0.54 220.89 0.92 0.24
Hex 5 29 76 60 41 0 36 DD 5C 18
Octal 5 51 166 140 101 0 66 335 134 30
Binary 101 101001 1110110 1100000 1000001 0 110110 11011101 1011100 11000

Color Harmonies of #052976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052976

Black with #052976

Text Example


Text Example

White with #052976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052976; }

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

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

background-color css

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

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

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

border-color css

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

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

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