#08416A

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

Shades of Prussian Blue #08416A

Tints of Prussian Blue #08416A

Color information

#08416A (or 0x08416A) is unknown color: approx Prussian Blue. HEX triplet: 08, 41 and 6A. RGB value is (8,65,106). Sum of RGB (Red+Green+Blue) = 8+65+106=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #08416A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08416A is #F7BE95. Grayscale: #343434. Windows color (decimal): -16236182 or 6963464. OLE color: 6963464.

HSL color Cylindrical-coordinate representation of color #08416A: hue angle of 205.1º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08416A is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB865106-
CMYK0.920.3900.58
HSL205.1º85.96%22.35%-
HSV(B)205.1º92.45%41.57%-
XYZ4.594.8714.33-
YUV52.63158.1296.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.47%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 106 (41.80% from 255) = 59.22%
R=4.47%
G=36.31%
B=59.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8651060.920.3900.58205.185.9622.35
Hex8416A5C2703Acd5616
Octal101011521344707231512626
Binary1000100000111010101011100100111011101011001101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08416A; }

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

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

<style>
 a { background-color: #08416A; }

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

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

<style>
 span { border-color: #08416A; }

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

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