Html Css Color HEX #08405B Prussian Blue

📋 copy color: '#08405B'

red 8 ◦ green 64 ◦ blue 91

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

Shades of Prussian Blue #08405B

Tints of Prussian Blue #08405B

RGB

 RED value IS 8 (3.52% from 255) = 4.91%

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

 BLUE value IS 91 (35.94% from 255) = 55.83%

R = 4.91%
G = 39.26%
B = 55.83%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08405B (or 0x08405B) is known color: Prussian Blue. HEX triplet: 08, 40 and 5B. RGB value is (8,64,91). Sum of RGB (Red+Green+Blue) = 8+64+91=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #08405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08405B is #F7BFA4. Grayscale: #323232. Windows color (decimal): -16236453 or 5980168. OLE color: 5980168.

HSL color Cylindrical-coordinate representation of color #08405B: hue angle of 199.52º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08405B is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 64 91 -
CMYK 0.91 0.30 0 0.64
HSL 199.52º 0.84% 0.19% -
HSV(B) 199.52º 0.91% 0.36% -
XYZ 3.82 4.47 10.56 -
YUV 50.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 8 64 91 0.91 0.30 0 0.64 199.52 0.84 0.19
Hex 8 40 5B 5B 1E 0 40 C8 54 13
Octal 10 100 133 133 36 0 100 310 124 23
Binary 1000 1000000 1011011 1011011 11110 0 1000000 11001000 1010100 10011

Color Harmonies of #08405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08405B

Black with #08405B

Text Example


Text Example

White with #08405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08405B; }

 p { color: rgb(8,64,91); }

 H1.HeaderClassName
 {
   color: #08405B;
 }
 .AnyTagClassName
 {
   color: #08405B;
 }
</style>

background-color css

<style>
 a { background-color: #08405B; }

 a { background-color: rgb(8,64,91); }

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

border-color css

<style>
 span { border-color: #08405B; }

 span { border-color: rgb(8,64,91); }

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