Html Css Color HEX #052B60 Prussian Blue

📋 copy color: '#052B60'

red 5 ◦ green 43 ◦ blue 96

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

Shades of Prussian Blue #052B60

Tints of Prussian Blue #052B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.86%

 BLUE value IS 96 (37.89% from 255) = 66.67%

R = 3.47%
G = 29.86%
B = 66.67%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052B60 (or 0x052B60) is known color: Prussian Blue. HEX triplet: 05, 2B and 60. RGB value is (5,43,96). Sum of RGB (Red+Green+Blue) = 5+43+96=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #052B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B60 is #FAD49F. Grayscale: #252525. Windows color (decimal): -16438432 or 6302469. OLE color: 6302469.

HSL color Cylindrical-coordinate representation of color #052B60: hue angle of 214.95º 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 #052B60 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 43 96 -
CMYK 0.95 0.55 0 0.62
HSL 214.95º 0.9% 0.2% -
HSV(B) 214.95º 0.95% 0.38% -
XYZ 3.04 2.6 11.41 -
YUV 37.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 5 43 96 0.95 0.55 0 0.62 214.95 0.9 0.2
Hex 5 2B 60 5F 37 0 3E D7 5A 14
Octal 5 53 140 137 67 0 76 327 132 24
Binary 101 101011 1100000 1011111 110111 0 111110 11010111 1011010 10100

Color Harmonies of #052B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B60

Black with #052B60

Text Example


Text Example

White with #052B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,43,96); }

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

background-color css

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

 a { background-color: rgb(5,43,96); }

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

border-color css

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

 span { border-color: rgb(5,43,96); }

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