#08425D

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

Shades of Prussian Blue #08425D

Tints of Prussian Blue #08425D

Color information

#08425D (or 0x08425D) is unknown color: approx Prussian Blue. HEX triplet: 08, 42 and 5D. RGB value is (8,66,93). Sum of RGB (Red+Green+Blue) = 8+66+93=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #08425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08425D is #F7BDA2. Grayscale: #333333. Windows color (decimal): -16235939 or 6111752. OLE color: 6111752.

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

Color convert

RGB86693-
CMYK0.910.2900.64
HSL199.06º84.16%19.8%-
HSV(B)199.06º91.4%36.47%-
XYZ4.024.7411.06-
YUV51.74151.2896.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.79%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=4.79%
G=39.52%
B=55.69%

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
Decimal866930.910.2900.64199.0684.1619.8
Hex8425D5B1D040c75414
Octal1010213513335010030712424
Binary1000100001010111011011011111010100000011000111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,66,93); }

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

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

 a { background-color: rgb(8,66,93); }

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

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

 span { border-color: rgb(8,66,93); }

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