Html Css Color HEX #05304E Prussian Blue

📋 copy color: '#05304E'

red 5 ◦ green 48 ◦ blue 78

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

Shades of Prussian Blue #05304E

Tints of Prussian Blue #05304E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 59.54%

R = 3.82%
G = 36.64%
B = 59.54%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#05304E (or 0x05304E) is known color: Prussian Blue. HEX triplet: 05, 30 and 4E. RGB value is (5,48,78). Sum of RGB (Red+Green+Blue) = 5+48+78=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #05304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05304E is #FACFB1. Grayscale: #262626. Windows color (decimal): -16437170 or 5124101. OLE color: 5124101.

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

Color convert

RGB 5 48 78 -
CMYK 0.94 0.38 0 0.69
HSL 204.66º 0.88% 0.16% -
HSV(B) 204.66º 0.94% 0.31% -
XYZ 2.49 2.7 7.6 -
YUV 38.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 5 48 78 0.94 0.38 0 0.69 204.66 0.88 0.16
Hex 5 30 4E 5E 26 0 45 CD 58 10
Octal 5 60 116 136 46 0 105 315 130 20
Binary 101 110000 1001110 1011110 100110 0 1000101 11001101 1011000 10000

Color Harmonies of #05304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05304E

Black with #05304E

Text Example


Text Example

White with #05304E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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