Html Css Color HEX #052C5F Prussian Blue

📋 copy color: '#052C5F'

red 5 ◦ green 44 ◦ blue 95

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

Shades of Prussian Blue #052C5F

Tints of Prussian Blue #052C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.56%

 BLUE value IS 95 (37.5% from 255) = 65.97%

R = 3.47%
G = 30.56%
B = 65.97%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#052C5F (or 0x052C5F) is known color: Prussian Blue. HEX triplet: 05, 2C and 5F. RGB value is (5,44,95). Sum of RGB (Red+Green+Blue) = 5+44+95=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #052C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C5F is #FAD3A0. Grayscale: #252525. Windows color (decimal): -16438177 or 6237189. OLE color: 6237189.

HSL color Cylindrical-coordinate representation of color #052C5F: hue angle of 214º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052C5F is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 44 95 -
CMYK 0.95 0.54 0 0.63
HSL 214º 0.9% 0.2% -
HSV(B) 214º 0.95% 0.37% -
XYZ 3.03 2.66 11.18 -
YUV 38.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 5 44 95 0.95 0.54 0 0.63 214 0.9 0.2
Hex 5 2C 5F 5F 36 0 3F D6 5A 14
Octal 5 54 137 137 66 0 77 326 132 24
Binary 101 101100 1011111 1011111 110110 0 111111 11010110 1011010 10100

Color Harmonies of #052C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C5F

Black with #052C5F

Text Example


Text Example

White with #052C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,44,95); }

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

background-color css

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

 a { background-color: rgb(5,44,95); }

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

border-color css

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

 span { border-color: rgb(5,44,95); }

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