Html Css Color HEX #052D61 Prussian Blue

📋 copy color: '#052D61'

red 5 ◦ green 45 ◦ blue 97

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

Shades of Prussian Blue #052D61

Tints of Prussian Blue #052D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.99%

R = 3.4%
G = 30.61%
B = 65.99%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052D61 (or 0x052D61) is known color: Prussian Blue. HEX triplet: 05, 2D and 61. RGB value is (5,45,97). Sum of RGB (Red+Green+Blue) = 5+45+97=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #052D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D61 is #FAD29E. Grayscale: #262626. Windows color (decimal): -16437919 or 6368517. OLE color: 6368517.

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

Color convert

RGB 5 45 97 -
CMYK 0.95 0.54 0 0.62
HSL 213.91º 0.9% 0.2% -
HSV(B) 213.91º 0.95% 0.38% -
XYZ 3.16 2.77 11.68 -
YUV 38.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 5 45 97 0.95 0.54 0 0.62 213.91 0.9 0.2
Hex 5 2D 61 5F 36 0 3E D6 5A 14
Octal 5 55 141 137 66 0 76 326 132 24
Binary 101 101101 1100001 1011111 110110 0 111110 11010110 1011010 10100

Color Harmonies of #052D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D61

Black with #052D61

Text Example


Text Example

White with #052D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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