#083467

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

Shades of Prussian Blue #083467

Tints of Prussian Blue #083467

Color information

#083467 (or 0x083467) is unknown color: approx Prussian Blue. HEX triplet: 08, 34 and 67. RGB value is (8,52,103). Sum of RGB (Red+Green+Blue) = 8+52+103=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #083467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083467 is #F7CB98. Grayscale: #2C2C2C. Windows color (decimal): -16239513 or 6763528. OLE color: 6763528.

HSL color Cylindrical-coordinate representation of color #083467: hue angle of 212.21º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083467 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB852103-
CMYK0.920.5000.60
HSL212.21º85.59%21.76%-
HSV(B)212.21º92.23%40.39%-
XYZ3.783.4913.31-
YUV44.66160.92101.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 103 (40.62% from 255) = 63.19%
R=4.91%
G=31.90%
B=63.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8521030.920.5000.60212.2185.5921.76
Hex834675C3203Cd45616
Octal10641471346207432412626
Binary100011010011001111011100110010011110011010100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083467; }

 p { color: rgb(8,52,103); }

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

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

 a { background-color: rgb(8,52,103); }

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

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

 span { border-color: rgb(8,52,103); }

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