Html Css Color HEX #053970 Prussian Blue

📋 copy color: '#053970'

red 5 ◦ green 57 ◦ blue 112

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

Shades of Prussian Blue #053970

Tints of Prussian Blue #053970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.76%

 BLUE value IS 112 (44.14% from 255) = 64.37%

R = 2.87%
G = 32.76%
B = 64.37%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053970 (or 0x053970) is known color: Prussian Blue. HEX triplet: 05, 39 and 70. RGB value is (5,57,112). Sum of RGB (Red+Green+Blue) = 5+57+112=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #053970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053970 is #FAC68F. Grayscale: #2F2F2F. Windows color (decimal): -16434832 or 7354629. OLE color: 7354629.

HSL color Cylindrical-coordinate representation of color #053970: hue angle of 210.84º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053970 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 57 112 -
CMYK 0.96 0.49 0 0.56
HSL 210.84º 0.91% 0.23% -
HSV(B) 210.84º 0.96% 0.44% -
XYZ 4.45 4.13 15.89 -
YUV 47.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 5 57 112 0.96 0.49 0 0.56 210.84 0.91 0.23
Hex 5 39 70 60 31 0 38 D3 5B 17
Octal 5 71 160 140 61 0 70 323 133 27
Binary 101 111001 1110000 1100000 110001 0 111000 11010011 1011011 10111

Color Harmonies of #053970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053970

Black with #053970

Text Example


Text Example

White with #053970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053970; }

 p { color: rgb(5,57,112); }

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

background-color css

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

 a { background-color: rgb(5,57,112); }

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

border-color css

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

 span { border-color: rgb(5,57,112); }

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