#08335F

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

Shades of Prussian Blue #08335F

Tints of Prussian Blue #08335F

Color information

#08335F (or 0x08335F) is unknown color: approx Prussian Blue. HEX triplet: 08, 33 and 5F. RGB value is (8,51,95). Sum of RGB (Red+Green+Blue) = 8+51+95=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #08335F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08335F is #F7CCA0. Grayscale: #2A2A2A. Windows color (decimal): -16239777 or 6238984. OLE color: 6238984.

HSL color Cylindrical-coordinate representation of color #08335F: hue angle of 210.34º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08335F is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB85195-
CMYK0.920.4600.63
HSL210.34º84.47%20.2%-
HSV(B)210.34º91.58%37.25%-
XYZ3.353.2511.28-
YUV43.16157.25102.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 95 (37.5% from 255) = 61.69%
R=5.19%
G=33.12%
B=61.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal851950.920.4600.63210.3484.4720.2
Hex8335F5C2E03Fd25414
Octal10631371345607732212424
Binary100011001110111111011100101110011111111010010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08335F; }

 p { color: rgb(8,51,95); }

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

<style>
 a { background-color: #08335F; }

 a { background-color: rgb(8,51,95); }

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

<style>
 span { border-color: #08335F; }

 span { border-color: rgb(8,51,95); }

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