#08415B

Color #08415B Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #08415B

Tints of Prussian Blue #08415B

Color information

#08415B (or 0x08415B) is unknown color: approx Prussian Blue. HEX triplet: 08, 41 and 5B. RGB value is (8,65,91). Sum of RGB (Red+Green+Blue) = 8+65+91=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #08415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08415B is #F7BEA4. Grayscale: #323232. Windows color (decimal): -16236197 or 5980424. OLE color: 5980424.

HSL color Cylindrical-coordinate representation of color #08415B: hue angle of 198.8º 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 #08415B is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB86591-
CMYK0.910.2900.64
HSL198.8º83.84%19.41%-
HSV(B)198.8º91.21%35.69%-
XYZ3.884.5910.58-
YUV50.92150.6297.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=4.88%
G=39.63%
B=55.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal865910.910.2900.64198.883.8419.41
Hex8415B5B1D040c75413
Octal1010113313335010030712423
Binary1000100000110110111011011111010100000011000111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08415B;
 }
 .AnyTagClassName
 {
   color: #08415B;
 }
</style>
background-color css

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

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

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

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

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

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