#083F6B

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

Shades of Prussian Blue #083F6B

Tints of Prussian Blue #083F6B

Color information

#083F6B (or 0x083F6B) is unknown color: approx Prussian Blue. HEX triplet: 08, 3F and 6B. RGB value is (8,63,107). Sum of RGB (Red+Green+Blue) = 8+63+107=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #083F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F6B is #F7C094. Grayscale: #333333. Windows color (decimal): -16236693 or 7028488. OLE color: 7028488.

HSL color Cylindrical-coordinate representation of color #083F6B: hue angle of 206.67º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083F6B is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB863107-
CMYK0.930.4100.58
HSL206.67º86.09%22.55%-
HSV(B)206.67º92.52%41.96%-
XYZ4.534.6714.57-
YUV51.57159.2896.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 107 (42.19% from 255) = 60.11%
R=4.49%
G=35.39%
B=60.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8631070.930.4100.58206.6786.0922.55
Hex83F6B5D2903Acf5617
Octal10771531355107231712627
Binary100011111111010111011101101001011101011001111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,63,107); }

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

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

 a { background-color: rgb(8,63,107); }

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

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

 span { border-color: rgb(8,63,107); }

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