Html Css Color HEX #053072 Prussian Blue

📋 copy color: '#053072'

red 5 ◦ green 48 ◦ blue 114

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

Shades of Prussian Blue #053072

Tints of Prussian Blue #053072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 68.26%

R = 2.99%
G = 28.74%
B = 68.26%

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

#053072 (or 0x053072) is known color: Prussian Blue. HEX triplet: 05, 30 and 72. RGB value is (5,48,114). Sum of RGB (Red+Green+Blue) = 5+48+114=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #053072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053072 is #FACF8D. Grayscale: #2A2A2A. Windows color (decimal): -16437134 or 7483397. OLE color: 7483397.

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

Color convert

RGB 5 48 114 -
CMYK 0.96 0.58 0 0.55
HSL 216.33º 0.92% 0.23% -
HSV(B) 216.33º 0.96% 0.45% -
XYZ 4.16 3.36 16.35 -
YUV 42.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 5 48 114 0.96 0.58 0 0.55 216.33 0.92 0.23
Hex 5 30 72 60 3A 0 37 D8 5C 17
Octal 5 60 162 140 72 0 67 330 134 27
Binary 101 110000 1110010 1100000 111010 0 110111 11011000 1011100 10111

Color Harmonies of #053072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053072

Black with #053072

Text Example


Text Example

White with #053072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053072; }

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

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

background-color css

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

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

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

border-color css

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

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

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