Html Css Color HEX #05345E Prussian Blue

📋 copy color: '#05345E'

red 5 ◦ green 52 ◦ blue 94

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

Shades of Prussian Blue #05345E

Tints of Prussian Blue #05345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

 BLUE value IS 94 (37.11% from 255) = 62.25%

R = 3.31%
G = 34.44%
B = 62.25%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05345E (or 0x05345E) is known color: Prussian Blue. HEX triplet: 05, 34 and 5E. RGB value is (5,52,94). Sum of RGB (Red+Green+Blue) = 5+52+94=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #05345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05345E is #FACBA1. Grayscale: #2A2A2A. Windows color (decimal): -16436130 or 6173701. OLE color: 6173701.

HSL color Cylindrical-coordinate representation of color #05345E: hue angle of 208.31º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05345E is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 52 94 -
CMYK 0.95 0.45 0 0.63
HSL 208.31º 0.9% 0.19% -
HSV(B) 208.31º 0.95% 0.37% -
XYZ 3.31 3.3 11.05 -
YUV 42.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 5 52 94 0.95 0.45 0 0.63 208.31 0.9 0.19
Hex 5 34 5E 5F 2D 0 3F D0 5A 13
Octal 5 64 136 137 55 0 77 320 132 23
Binary 101 110100 1011110 1011111 101101 0 111111 11010000 1011010 10011

Color Harmonies of #05345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05345E

Black with #05345E

Text Example


Text Example

White with #05345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,52,94); }

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

background-color css

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

 a { background-color: rgb(5,52,94); }

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

border-color css

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

 span { border-color: rgb(5,52,94); }

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