Html Css Color HEX #05415E Prussian Blue

📋 copy color: '#05415E'

red 5 ◦ green 65 ◦ blue 94

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

Shades of Prussian Blue #05415E

Tints of Prussian Blue #05415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 57.32%

R = 3.05%
G = 39.63%
B = 57.32%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05415E (or 0x05415E) is known color: Prussian Blue. HEX triplet: 05, 41 and 5E. RGB value is (5,65,94). Sum of RGB (Red+Green+Blue) = 5+65+94=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #05415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05415E is #FABEA1. Grayscale: #323232. Windows color (decimal): -16432802 or 6177029. OLE color: 6177029.

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

Color convert

RGB 5 65 94 -
CMYK 0.95 0.31 0 0.63
HSL 199.55º 0.9% 0.19% -
HSV(B) 199.55º 0.95% 0.37% -
XYZ 3.97 4.62 11.27 -
YUV 50.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 5 65 94 0.95 0.31 0 0.63 199.55 0.9 0.19
Hex 5 41 5E 5F 1F 0 3F C8 5A 13
Octal 5 101 136 137 37 0 77 310 132 23
Binary 101 1000001 1011110 1011111 11111 0 111111 11001000 1011010 10011

Color Harmonies of #05415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05415E

Black with #05415E

Text Example


Text Example

White with #05415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05415E; }

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

 H1.HeaderClassName
 {
   color: #05415E;
 }
 .AnyTagClassName
 {
   color: #05415E;
 }
</style>

background-color css

<style>
 a { background-color: #05415E; }

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

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

border-color css

<style>
 span { border-color: #05415E; }

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

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