Html Css Color HEX #052E77 Sapphire

📋 copy color: '#052E77'

red 5 ◦ green 46 ◦ blue 119

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

Shades of Sapphire #052E77

Tints of Sapphire #052E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.06%

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

R = 2.94%
G = 27.06%
B = 70%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#052E77 (or 0x052E77) is known color: Sapphire. HEX triplet: 05, 2E and 77. RGB value is (5,46,119). Sum of RGB (Red+Green+Blue) = 5+46+119=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #052E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E77 is #FAD188. Grayscale: #292929. Windows color (decimal): -16437641 or 7810565. OLE color: 7810565.

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

Color convert

RGB 5 46 119 -
CMYK 0.96 0.61 0 0.53
HSL 218.42º 0.92% 0.24% -
HSV(B) 218.42º 0.96% 0.47% -
XYZ 4.37 3.32 17.86 -
YUV 42.06 171.42 101.56 -
System Red Green Blue C M Y K H S L
Decimal 5 46 119 0.96 0.61 0 0.53 218.42 0.92 0.24
Hex 5 2E 77 60 3D 0 35 DA 5C 18
Octal 5 56 167 140 75 0 65 332 134 30
Binary 101 101110 1110111 1100000 111101 0 110101 11011010 1011100 11000

Color Harmonies of #052E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E77

Black with #052E77

Text Example


Text Example

White with #052E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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