Html Css Color HEX #052974 Sapphire

📋 copy color: '#052974'

red 5 ◦ green 41 ◦ blue 116

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

Shades of Sapphire #052974

Tints of Sapphire #052974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 71.6%

R = 3.09%
G = 25.31%
B = 71.6%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052974 (or 0x052974) is known color: Sapphire. HEX triplet: 05, 29 and 74. RGB value is (5,41,116). Sum of RGB (Red+Green+Blue) = 5+41+116=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #052974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052974 is #FAD68B. Grayscale: #262626. Windows color (decimal): -16438924 or 7612677. OLE color: 7612677.

HSL color Cylindrical-coordinate representation of color #052974: hue angle of 220.54º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052974 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 41 116 -
CMYK 0.96 0.65 0 0.55
HSL 220.54º 0.92% 0.24% -
HSV(B) 220.54º 0.96% 0.45% -
XYZ 4.01 2.88 16.87 -
YUV 38.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 5 41 116 0.96 0.65 0 0.55 220.54 0.92 0.24
Hex 5 29 74 60 41 0 37 DD 5C 18
Octal 5 51 164 140 101 0 67 335 134 30
Binary 101 101001 1110100 1100000 1000001 0 110111 11011101 1011100 11000

Color Harmonies of #052974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052974

Black with #052974

Text Example


Text Example

White with #052974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052974; }

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

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

background-color css

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

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

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

border-color css

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

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

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