Html Css Color HEX #052F5D Prussian Blue

📋 copy color: '#052F5D'

red 5 ◦ green 47 ◦ blue 93

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

Shades of Prussian Blue #052F5D

Tints of Prussian Blue #052F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.41%

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

R = 3.45%
G = 32.41%
B = 64.14%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#052F5D (or 0x052F5D) is known color: Prussian Blue. HEX triplet: 05, 2F and 5D. RGB value is (5,47,93). Sum of RGB (Red+Green+Blue) = 5+47+93=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #052F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F5D is #FAD0A2. Grayscale: #272727. Windows color (decimal): -16437411 or 6106885. OLE color: 6106885.

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

Color convert

RGB 5 47 93 -
CMYK 0.95 0.49 0 0.64
HSL 211.36º 0.9% 0.19% -
HSV(B) 211.36º 0.95% 0.36% -
XYZ 3.05 2.86 10.75 -
YUV 39.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 5 47 93 0.95 0.49 0 0.64 211.36 0.9 0.19
Hex 5 2F 5D 5F 31 0 40 D3 5A 13
Octal 5 57 135 137 61 0 100 323 132 23
Binary 101 101111 1011101 1011111 110001 0 1000000 11010011 1011010 10011

Color Harmonies of #052F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F5D

Black with #052F5D

Text Example


Text Example

White with #052F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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