#08446A

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

Shades of Prussian Blue #08446A

Tints of Prussian Blue #08446A

Color information

#08446A (or 0x08446A) is unknown color: approx Prussian Blue. HEX triplet: 08, 44 and 6A. RGB value is (8,68,106). Sum of RGB (Red+Green+Blue) = 8+68+106=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #08446A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08446A is #F7BB95. Grayscale: #363636. Windows color (decimal): -16235414 or 6964232. OLE color: 6964232.

HSL color Cylindrical-coordinate representation of color #08446A: hue angle of 203.27º 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 #08446A is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB868106-
CMYK0.920.3600.58
HSL203.27º85.96%22.35%-
HSV(B)203.27º92.45%41.57%-
XYZ4.775.2314.39-
YUV54.39157.1294.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.40%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 106 (41.80% from 255) = 58.24%
R=4.40%
G=37.36%
B=58.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8681060.920.3600.58203.2785.9622.35
Hex8446A5C2403Acb5616
Octal101041521344407231312626
Binary1000100010011010101011100100100011101011001011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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