Html Css Color HEX #053A70 Prussian Blue

📋 copy color: '#053A70'

red 5 ◦ green 58 ◦ blue 112

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

Shades of Prussian Blue #053A70

Tints of Prussian Blue #053A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.14%

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

R = 2.86%
G = 33.14%
B = 64%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053A70 (or 0x053A70) is known color: Prussian Blue. HEX triplet: 05, 3A and 70. RGB value is (5,58,112). Sum of RGB (Red+Green+Blue) = 5+58+112=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #053A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A70 is #FAC58F. Grayscale: #303030. Windows color (decimal): -16434576 or 7354885. OLE color: 7354885.

HSL color Cylindrical-coordinate representation of color #053A70: hue angle of 210.28º 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 #053A70 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 58 112 -
CMYK 0.96 0.48 0 0.56
HSL 210.28º 0.91% 0.23% -
HSV(B) 210.28º 0.96% 0.44% -
XYZ 4.5 4.23 15.91 -
YUV 48.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 5 58 112 0.96 0.48 0 0.56 210.28 0.91 0.23
Hex 5 3A 70 60 30 0 38 D2 5B 17
Octal 5 72 160 140 60 0 70 322 133 27
Binary 101 111010 1110000 1100000 110000 0 111000 11010010 1011011 10111

Color Harmonies of #053A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A70

Black with #053A70

Text Example


Text Example

White with #053A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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