Html Css Color HEX #053073 Prussian Blue

📋 copy color: '#053073'

red 5 ◦ green 48 ◦ blue 115

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

Shades of Prussian Blue #053073

Tints of Prussian Blue #053073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 68.45%

R = 2.98%
G = 28.57%
B = 68.45%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053073 (or 0x053073) is known color: Prussian Blue. HEX triplet: 05, 30 and 73. RGB value is (5,48,115). Sum of RGB (Red+Green+Blue) = 5+48+115=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #053073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053073 is #FACF8C. Grayscale: #2A2A2A. Windows color (decimal): -16437133 or 7548933. OLE color: 7548933.

HSL color Cylindrical-coordinate representation of color #053073: hue angle of 216.55º 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 #053073 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 48 115 -
CMYK 0.96 0.58 0 0.55
HSL 216.55º 0.92% 0.24% -
HSV(B) 216.55º 0.96% 0.45% -
XYZ 4.21 3.38 16.65 -
YUV 42.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 5 48 115 0.96 0.58 0 0.55 216.55 0.92 0.24
Hex 5 30 73 60 3A 0 37 D9 5C 18
Octal 5 60 163 140 72 0 67 331 134 30
Binary 101 110000 1110011 1100000 111010 0 110111 11011001 1011100 11000

Color Harmonies of #053073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053073

Black with #053073

Text Example


Text Example

White with #053073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053073; }

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

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

background-color css

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

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

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

border-color css

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

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

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