Html Css Color HEX #053074 Prussian Blue

📋 copy color: '#053074'

red 5 ◦ green 48 ◦ blue 116

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

Shades of Prussian Blue #053074

Tints of Prussian Blue #053074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

 BLUE value IS 116 (45.7% from 255) = 68.64%

R = 2.96%
G = 28.4%
B = 68.64%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053074 (or 0x053074) is known color: Prussian Blue. HEX triplet: 05, 30 and 74. RGB value is (5,48,116). Sum of RGB (Red+Green+Blue) = 5+48+116=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #053074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053074 is #FACF8B. Grayscale: #2A2A2A. Windows color (decimal): -16437132 or 7614469. OLE color: 7614469.

HSL color Cylindrical-coordinate representation of color #053074: hue angle of 216.76º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053074 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 48 116 -
CMYK 0.96 0.59 0 0.55
HSL 216.76º 0.92% 0.24% -
HSV(B) 216.76º 0.96% 0.45% -
XYZ 4.27 3.41 16.96 -
YUV 42.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 5 48 116 0.96 0.59 0 0.55 216.76 0.92 0.24
Hex 5 30 74 60 3B 0 37 D9 5C 18
Octal 5 60 164 140 73 0 67 331 134 30
Binary 101 110000 1110100 1100000 111011 0 110111 11011001 1011100 11000

Color Harmonies of #053074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053074

Black with #053074

Text Example


Text Example

White with #053074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053074; }

 p { color: rgb(5,48,116); }

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

background-color css

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

 a { background-color: rgb(5,48,116); }

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

border-color css

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

 span { border-color: rgb(5,48,116); }

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