Html Css Color HEX #052B5D Prussian Blue

📋 copy color: '#052B5D'

red 5 ◦ green 43 ◦ blue 93

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

Shades of Prussian Blue #052B5D

Tints of Prussian Blue #052B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 65.96%

R = 3.55%
G = 30.5%
B = 65.96%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#052B5D (or 0x052B5D) is known color: Prussian Blue. HEX triplet: 05, 2B and 5D. RGB value is (5,43,93). Sum of RGB (Red+Green+Blue) = 5+43+93=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #052B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B5D is #FAD4A2. Grayscale: #252525. Windows color (decimal): -16438435 or 6105861. OLE color: 6105861.

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

Color convert

RGB 5 43 93 -
CMYK 0.95 0.54 0 0.64
HSL 214.09º 0.9% 0.19% -
HSV(B) 214.09º 0.95% 0.36% -
XYZ 2.9 2.55 10.7 -
YUV 37.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 5 43 93 0.95 0.54 0 0.64 214.09 0.9 0.19
Hex 5 2B 5D 5F 36 0 40 D6 5A 13
Octal 5 53 135 137 66 0 100 326 132 23
Binary 101 101011 1011101 1011111 110110 0 1000000 11010110 1011010 10011

Color Harmonies of #052B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B5D

Black with #052B5D

Text Example


Text Example

White with #052B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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