Html Css Color HEX #052972 Sapphire

📋 copy color: '#052972'

red 5 ◦ green 41 ◦ blue 114

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

Shades of Sapphire #052972

Tints of Sapphire #052972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 71.25%

R = 3.13%
G = 25.63%
B = 71.25%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#052972 (or 0x052972) is known color: Sapphire. HEX triplet: 05, 29 and 72. RGB value is (5,41,114). Sum of RGB (Red+Green+Blue) = 5+41+114=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #052972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052972 is #FAD68D. Grayscale: #262626. Windows color (decimal): -16438926 or 7481605. OLE color: 7481605.

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

Color convert

RGB 5 41 114 -
CMYK 0.96 0.64 0 0.55
HSL 220.18º 0.92% 0.23% -
HSV(B) 220.18º 0.96% 0.45% -
XYZ 3.89 2.83 16.26 -
YUV 38.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 5 41 114 0.96 0.64 0 0.55 220.18 0.92 0.23
Hex 5 29 72 60 40 0 37 DC 5C 17
Octal 5 51 162 140 100 0 67 334 134 27
Binary 101 101001 1110010 1100000 1000000 0 110111 11011100 1011100 10111

Color Harmonies of #052972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052972

Black with #052972

Text Example


Text Example

White with #052972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052972; }

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

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

background-color css

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

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

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

border-color css

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

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

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