#08305C

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

Shades of Prussian Blue #08305C

Tints of Prussian Blue #08305C

Color information

#08305C (or 0x08305C) is unknown color: approx Prussian Blue. HEX triplet: 08, 30 and 5C. RGB value is (8,48,92). Sum of RGB (Red+Green+Blue) = 8+48+92=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #08305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08305C is #F7CFA3. Grayscale: #282828. Windows color (decimal): -16240548 or 6041608. OLE color: 6041608.

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

Color convert

RGB84892-
CMYK0.910.4800.64
HSL211.43º84%19.61%-
HSV(B)211.43º91.3%36.08%-
XYZ3.092.9410.53-
YUV41.06156.75104.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=5.41%
G=32.43%
B=62.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal848920.910.4800.64211.438419.61
Hex8305C5B30040d35414
Octal106013413360010032312424
Binary1000110000101110010110111100000100000011010011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08305C; }

 p { color: rgb(8,48,92); }

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

<style>
 a { background-color: #08305C; }

 a { background-color: rgb(8,48,92); }

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

<style>
 span { border-color: #08305C; }

 span { border-color: rgb(8,48,92); }

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