#083C67

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

Shades of Prussian Blue #083C67

Tints of Prussian Blue #083C67

Color information

#083C67 (or 0x083C67) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 67. RGB value is (8,60,103). Sum of RGB (Red+Green+Blue) = 8+60+103=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #083C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C67 is #F7C398. Grayscale: #313131. Windows color (decimal): -16237465 or 6765576. OLE color: 6765576.

HSL color Cylindrical-coordinate representation of color #083C67: hue angle of 207.16º 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 #083C67 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB860103-
CMYK0.920.4200.60
HSL207.16º85.59%21.76%-
HSV(B)207.16º92.23%40.39%-
XYZ4.164.2613.44-
YUV49.35158.2798.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 103 (40.62% from 255) = 60.23%
R=4.68%
G=35.09%
B=60.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8601030.920.4200.60207.1685.5921.76
Hex83C675C2A03Ccf5616
Octal10741471345207431712626
Binary100011110011001111011100101010011110011001111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083C67; }

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

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

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

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

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

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

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

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