Html Css Color HEX #05344F Prussian Blue

📋 copy color: '#05344F'

red 5 ◦ green 52 ◦ blue 79

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

Shades of Prussian Blue #05344F

Tints of Prussian Blue #05344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 58.09%

R = 3.68%
G = 38.24%
B = 58.09%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#05344F (or 0x05344F) is known color: Prussian Blue. HEX triplet: 05, 34 and 4F. RGB value is (5,52,79). Sum of RGB (Red+Green+Blue) = 5+52+79=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #05344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05344F is #FACBB0. Grayscale: #282828. Windows color (decimal): -16436145 or 5190661. OLE color: 5190661.

HSL color Cylindrical-coordinate representation of color #05344F: hue angle of 201.89º 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 #05344F is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 52 79 -
CMYK 0.94 0.34 0 0.69
HSL 201.89º 0.88% 0.16% -
HSV(B) 201.89º 0.94% 0.31% -
XYZ 2.7 3.05 7.84 -
YUV 41.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 5 52 79 0.94 0.34 0 0.69 201.89 0.88 0.16
Hex 5 34 4F 5E 22 0 45 CA 58 10
Octal 5 64 117 136 42 0 105 312 130 20
Binary 101 110100 1001111 1011110 100010 0 1000101 11001010 1011000 10000

Color Harmonies of #05344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05344F

Black with #05344F

Text Example


Text Example

White with #05344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05344F; }

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

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

background-color css

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

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

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

border-color css

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

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

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