Html Css Color HEX #00405E Prussian Blue

📋 copy color: '#00405E'

red 0 ◦ green 64 ◦ blue 94

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

Shades of Prussian Blue #00405E

Tints of Prussian Blue #00405E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 40.51%
B = 59.49%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00405E (or 0x00405E) is known color: Prussian Blue. HEX triplet: 00, 40 and 5E. RGB value is (0,64,94). Sum of RGB (Red+Green+Blue) = 0+64+94=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #00405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00405E is #FFBFA1. Grayscale: #303030. Windows color (decimal): -16760738 or 6176768. OLE color: 6176768.

HSL color Cylindrical-coordinate representation of color #00405E: hue angle of 199.15º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00405E is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 64 94 -
CMYK 1 0.32 0 0.63
HSL 199.15º 1% 0.18% -
HSV(B) 199.15º 1% 0.37% -
XYZ 3.85 4.47 11.25 -
YUV 48.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 0 64 94 1 0.32 0 0.63 199.15 1 0.18
Hex 0 40 5E 64 20 0 3F C7 64 12
Octal 0 100 136 144 40 0 77 307 144 22
Binary 0 1000000 1011110 1100100 100000 0 111111 11000111 1100100 10010

Color Harmonies of #00405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00405E

Black with #00405E

Text Example


Text Example

White with #00405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,64,94); }

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

background-color css

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

 a { background-color: rgb(0,64,94); }

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

border-color css

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

 span { border-color: rgb(0,64,94); }

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