Html Css Color HEX #052D5D Prussian Blue

📋 copy color: '#052D5D'

red 5 ◦ green 45 ◦ blue 93

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

Shades of Prussian Blue #052D5D

Tints of Prussian Blue #052D5D

RGB

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

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

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

R = 3.5%
G = 31.47%
B = 65.03%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#052D5D (or 0x052D5D) is known color: Prussian Blue. HEX triplet: 05, 2D and 5D. RGB value is (5,45,93). Sum of RGB (Red+Green+Blue) = 5+45+93=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #052D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D5D is #FAD2A2. Grayscale: #262626. Windows color (decimal): -16437923 or 6106373. OLE color: 6106373.

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

Color convert

RGB 5 45 93 -
CMYK 0.95 0.52 0 0.64
HSL 212.73º 0.9% 0.19% -
HSV(B) 212.73º 0.95% 0.36% -
XYZ 2.98 2.7 10.72 -
YUV 38.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 5 45 93 0.95 0.52 0 0.64 212.73 0.9 0.19
Hex 5 2D 5D 5F 34 0 40 D5 5A 13
Octal 5 55 135 137 64 0 100 325 132 23
Binary 101 101101 1011101 1011111 110100 0 1000000 11010101 1011010 10011

Color Harmonies of #052D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D5D

Black with #052D5D

Text Example


Text Example

White with #052D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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