Html Css Color HEX #05416D Prussian Blue

📋 copy color: '#05416D'

red 5 ◦ green 65 ◦ blue 109

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

Shades of Prussian Blue #05416D

Tints of Prussian Blue #05416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.31%

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

R = 2.79%
G = 36.31%
B = 60.89%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05416D (or 0x05416D) is known color: Prussian Blue. HEX triplet: 05, 41 and 6D. RGB value is (5,65,109). Sum of RGB (Red+Green+Blue) = 5+65+109=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #05416D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05416D is #FABE92. Grayscale: #333333. Windows color (decimal): -16432787 or 7160069. OLE color: 7160069.

HSL color Cylindrical-coordinate representation of color #05416D: hue angle of 205.38º 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 #05416D is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 65 109 -
CMYK 0.95 0.40 0 0.57
HSL 205.38º 0.91% 0.22% -
HSV(B) 205.38º 0.95% 0.43% -
XYZ 4.71 4.92 15.17 -
YUV 52.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 5 65 109 0.95 0.40 0 0.57 205.38 0.91 0.22
Hex 5 41 6D 5F 28 0 39 CD 5B 16
Octal 5 101 155 137 50 0 71 315 133 26
Binary 101 1000001 1101101 1011111 101000 0 111001 11001101 1011011 10110

Color Harmonies of #05416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05416D

Black with #05416D

Text Example


Text Example

White with #05416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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