Html Css Color HEX #05304D Prussian Blue

📋 copy color: '#05304D'

red 5 ◦ green 48 ◦ blue 77

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

Shades of Prussian Blue #05304D

Tints of Prussian Blue #05304D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 59.23%

R = 3.85%
G = 36.92%
B = 59.23%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05304D (or 0x05304D) is known color: Prussian Blue. HEX triplet: 05, 30 and 4D. RGB value is (5,48,77). Sum of RGB (Red+Green+Blue) = 5+48+77=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #05304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05304D is #FACFB2. Grayscale: #262626. Windows color (decimal): -16437171 or 5058565. OLE color: 5058565.

HSL color Cylindrical-coordinate representation of color #05304D: hue angle of 204.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05304D is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 48 77 -
CMYK 0.94 0.38 0 0.70
HSL 204.17º 0.88% 0.16% -
HSV(B) 204.17º 0.94% 0.3% -
XYZ 2.46 2.68 7.41 -
YUV 38.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 5 48 77 0.94 0.38 0 0.70 204.17 0.88 0.16
Hex 5 30 4D 5E 26 0 46 CC 58 10
Octal 5 60 115 136 46 0 106 314 130 20
Binary 101 110000 1001101 1011110 100110 0 1000110 11001100 1011000 10000

Color Harmonies of #05304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05304D

Black with #05304D

Text Example


Text Example

White with #05304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05304D; }

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

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

background-color css

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

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

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

border-color css

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

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

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