Html Css Color HEX #052A4D Prussian Blue

📋 copy color: '#052A4D'

red 5 ◦ green 42 ◦ blue 77

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

Shades of Prussian Blue #052A4D

Tints of Prussian Blue #052A4D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.87%

 BLUE value IS 77 (30.47% from 255) = 62.1%

R = 4.03%
G = 33.87%
B = 62.1%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#052A4D (or 0x052A4D) is known color: Prussian Blue. HEX triplet: 05, 2A and 4D. RGB value is (5,42,77). Sum of RGB (Red+Green+Blue) = 5+42+77=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #052A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A4D is #FAD5B2. Grayscale: #222222. Windows color (decimal): -16438707 or 5057029. OLE color: 5057029.

HSL color Cylindrical-coordinate representation of color #052A4D: hue angle of 209.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052A4D is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 42 77 -
CMYK 0.94 0.45 0 0.70
HSL 209.17º 0.88% 0.16% -
HSV(B) 209.17º 0.94% 0.3% -
XYZ 2.23 2.22 7.33 -
YUV 34.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 5 42 77 0.94 0.45 0 0.70 209.17 0.88 0.16
Hex 5 2A 4D 5E 2D 0 46 D1 58 10
Octal 5 52 115 136 55 0 106 321 130 20
Binary 101 101010 1001101 1011110 101101 0 1000110 11010001 1011000 10000

Color Harmonies of #052A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A4D

Black with #052A4D

Text Example


Text Example

White with #052A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,42,77); }

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

background-color css

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

 a { background-color: rgb(5,42,77); }

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

border-color css

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

 span { border-color: rgb(5,42,77); }

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