Html Css Color HEX #052F6E Prussian Blue

📋 copy color: '#052F6E'

red 5 ◦ green 47 ◦ blue 110

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

Shades of Prussian Blue #052F6E

Tints of Prussian Blue #052F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 67.9%

R = 3.09%
G = 29.01%
B = 67.9%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#052F6E (or 0x052F6E) is known color: Prussian Blue. HEX triplet: 05, 2F and 6E. RGB value is (5,47,110). Sum of RGB (Red+Green+Blue) = 5+47+110=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #052F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F6E is #FAD091. Grayscale: #292929. Windows color (decimal): -16437394 or 7220997. OLE color: 7220997.

HSL color Cylindrical-coordinate representation of color #052F6E: hue angle of 216º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052F6E is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 47 110 -
CMYK 0.95 0.57 0 0.57
HSL 216º 0.91% 0.23% -
HSV(B) 216º 0.95% 0.43% -
XYZ 3.89 3.19 15.16 -
YUV 41.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 5 47 110 0.95 0.57 0 0.57 216 0.91 0.23
Hex 5 2F 6E 5F 39 0 39 D8 5B 17
Octal 5 57 156 137 71 0 71 330 133 27
Binary 101 101111 1101110 1011111 111001 0 111001 11011000 1011011 10111

Color Harmonies of #052F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F6E

Black with #052F6E

Text Example


Text Example

White with #052F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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