Html Css Color HEX #05346D Prussian Blue

📋 copy color: '#05346D'

red 5 ◦ green 52 ◦ blue 109

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

Shades of Prussian Blue #05346D

Tints of Prussian Blue #05346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 65.66%

R = 3.01%
G = 31.33%
B = 65.66%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05346D (or 0x05346D) is known color: Prussian Blue. HEX triplet: 05, 34 and 6D. RGB value is (5,52,109). Sum of RGB (Red+Green+Blue) = 5+52+109=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #05346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05346D is #FACB92. Grayscale: #2C2C2C. Windows color (decimal): -16436115 or 7156741. OLE color: 7156741.

HSL color Cylindrical-coordinate representation of color #05346D: hue angle of 212.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05346D is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 52 109 -
CMYK 0.95 0.52 0 0.57
HSL 212.88º 0.91% 0.22% -
HSV(B) 212.88º 0.95% 0.43% -
XYZ 4.05 3.59 14.95 -
YUV 44.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 5 52 109 0.95 0.52 0 0.57 212.88 0.91 0.22
Hex 5 34 6D 5F 34 0 39 D5 5B 16
Octal 5 64 155 137 64 0 71 325 133 26
Binary 101 110100 1101101 1011111 110100 0 111001 11010101 1011011 10110

Color Harmonies of #05346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05346D

Black with #05346D

Text Example


Text Example

White with #05346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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