Html Css Color HEX #052E51 Prussian Blue

📋 copy color: '#052E51'

red 5 ◦ green 46 ◦ blue 81

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

Shades of Prussian Blue #052E51

Tints of Prussian Blue #052E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 61.36%

R = 3.79%
G = 34.85%
B = 61.36%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052E51 (or 0x052E51) is known color: Prussian Blue. HEX triplet: 05, 2E and 51. RGB value is (5,46,81). Sum of RGB (Red+Green+Blue) = 5+46+81=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #052E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E51 is #FAD1AE. Grayscale: #252525. Windows color (decimal): -16437679 or 5320197. OLE color: 5320197.

HSL color Cylindrical-coordinate representation of color #052E51: hue angle of 207.63º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052E51 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 46 81 -
CMYK 0.94 0.43 0 0.68
HSL 207.63º 0.88% 0.17% -
HSV(B) 207.63º 0.94% 0.32% -
XYZ 2.52 2.58 8.15 -
YUV 37.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 5 46 81 0.94 0.43 0 0.68 207.63 0.88 0.17
Hex 5 2E 51 5E 2B 0 44 D0 58 11
Octal 5 56 121 136 53 0 104 320 130 21
Binary 101 101110 1010001 1011110 101011 0 1000100 11010000 1011000 10001

Color Harmonies of #052E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E51

Black with #052E51

Text Example


Text Example

White with #052E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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