Html Css Color HEX #05405D Prussian Blue

📋 copy color: '#05405D'

red 5 ◦ green 64 ◦ blue 93

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

Shades of Prussian Blue #05405D

Tints of Prussian Blue #05405D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.41%

R = 3.09%
G = 39.51%
B = 57.41%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05405D (or 0x05405D) is known color: Prussian Blue. HEX triplet: 05, 40 and 5D. RGB value is (5,64,93). Sum of RGB (Red+Green+Blue) = 5+64+93=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #05405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05405D is #FABFA2. Grayscale: #313131. Windows color (decimal): -16433059 or 6111237. OLE color: 6111237.

HSL color Cylindrical-coordinate representation of color #05405D: hue angle of 199.77º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05405D is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 64 93 -
CMYK 0.95 0.31 0 0.64
HSL 199.77º 0.9% 0.19% -
HSV(B) 199.77º 0.95% 0.36% -
XYZ 3.87 4.49 11.02 -
YUV 49.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 5 64 93 0.95 0.31 0 0.64 199.77 0.9 0.19
Hex 5 40 5D 5F 1F 0 40 C8 5A 13
Octal 5 100 135 137 37 0 100 310 132 23
Binary 101 1000000 1011101 1011111 11111 0 1000000 11001000 1011010 10011

Color Harmonies of #05405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05405D

Black with #05405D

Text Example


Text Example

White with #05405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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