Html Css Color HEX #052D77 Sapphire

📋 copy color: '#052D77'

red 5 ◦ green 45 ◦ blue 119

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

Shades of Sapphire #052D77

Tints of Sapphire #052D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 70.41%

R = 2.96%
G = 26.63%
B = 70.41%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#052D77 (or 0x052D77) is known color: Sapphire. HEX triplet: 05, 2D and 77. RGB value is (5,45,119). Sum of RGB (Red+Green+Blue) = 5+45+119=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #052D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D77 is #FAD288. Grayscale: #292929. Windows color (decimal): -16437897 or 7810309. OLE color: 7810309.

HSL color Cylindrical-coordinate representation of color #052D77: hue angle of 218.95º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052D77 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 45 119 -
CMYK 0.96 0.62 0 0.53
HSL 218.95º 0.92% 0.24% -
HSV(B) 218.95º 0.96% 0.47% -
XYZ 4.33 3.24 17.85 -
YUV 41.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 5 45 119 0.96 0.62 0 0.53 218.95 0.92 0.24
Hex 5 2D 77 60 3E 0 35 DB 5C 18
Octal 5 55 167 140 76 0 65 333 134 30
Binary 101 101101 1110111 1100000 111110 0 110101 11011011 1011100 11000

Color Harmonies of #052D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D77

Black with #052D77

Text Example


Text Example

White with #052D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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