Html Css Color HEX #052D76 Sapphire

📋 copy color: '#052D76'

red 5 ◦ green 45 ◦ blue 118

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

Shades of Sapphire #052D76

Tints of Sapphire #052D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.79%

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

R = 2.98%
G = 26.79%
B = 70.24%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052D76 (or 0x052D76) is known color: Sapphire. HEX triplet: 05, 2D and 76. RGB value is (5,45,118). Sum of RGB (Red+Green+Blue) = 5+45+118=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #052D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D76 is #FAD289. Grayscale: #292929. Windows color (decimal): -16437898 or 7744773. OLE color: 7744773.

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

Color convert

RGB 5 45 118 -
CMYK 0.96 0.62 0 0.54
HSL 218.76º 0.92% 0.24% -
HSV(B) 218.76º 0.96% 0.46% -
XYZ 4.27 3.22 17.54 -
YUV 41.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 5 45 118 0.96 0.62 0 0.54 218.76 0.92 0.24
Hex 5 2D 76 60 3E 0 36 DB 5C 18
Octal 5 55 166 140 76 0 66 333 134 30
Binary 101 101101 1110110 1100000 111110 0 110110 11011011 1011100 11000

Color Harmonies of #052D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D76

Black with #052D76

Text Example


Text Example

White with #052D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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