Html Css Color HEX #05406C Prussian Blue

📋 copy color: '#05406C'

red 5 ◦ green 64 ◦ blue 108

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

Shades of Prussian Blue #05406C

Tints of Prussian Blue #05406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 108 (42.58% from 255) = 61.02%

R = 2.82%
G = 36.16%
B = 61.02%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05406C (or 0x05406C) is known color: Prussian Blue. HEX triplet: 05, 40 and 6C. RGB value is (5,64,108). Sum of RGB (Red+Green+Blue) = 5+64+108=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #05406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05406C is #FABF93. Grayscale: #333333. Windows color (decimal): -16433044 or 7094277. OLE color: 7094277.

HSL color Cylindrical-coordinate representation of color #05406C: hue angle of 205.63º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05406C is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 64 108 -
CMYK 0.95 0.41 0 0.58
HSL 205.63º 0.91% 0.22% -
HSV(B) 205.63º 0.95% 0.42% -
XYZ 4.6 4.78 14.87 -
YUV 51.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 5 64 108 0.95 0.41 0 0.58 205.63 0.91 0.22
Hex 5 40 6C 5F 29 0 3A CE 5B 16
Octal 5 100 154 137 51 0 72 316 133 26
Binary 101 1000000 1101100 1011111 101001 0 111010 11001110 1011011 10110

Color Harmonies of #05406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05406C

Black with #05406C

Text Example


Text Example

White with #05406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05406C; }

 p { color: rgb(5,64,108); }

 H1.HeaderClassName
 {
   color: #05406C;
 }
 .AnyTagClassName
 {
   color: #05406C;
 }
</style>

background-color css

<style>
 a { background-color: #05406C; }

 a { background-color: rgb(5,64,108); }

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

border-color css

<style>
 span { border-color: #05406C; }

 span { border-color: rgb(5,64,108); }

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