#083C54

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

Shades of Prussian Blue #083C54

Tints of Prussian Blue #083C54

Color information

#083C54 (or 0x083C54) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 54. RGB value is (8,60,84). Sum of RGB (Red+Green+Blue) = 8+60+84=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #083C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C54 is #F7C3AB. Grayscale: #2F2F2F. Windows color (decimal): -16237484 or 5520392. OLE color: 5520392.

HSL color Cylindrical-coordinate representation of color #083C54: hue angle of 198.95º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083C54 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB86084-
CMYK0.900.2900.67
HSL198.95º82.61%18.04%-
HSV(B)198.95º90.48%32.94%-
XYZ3.323.928.97-
YUV47.19148.77100.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 84 (33.20% from 255) = 55.26%
R=5.26%
G=39.47%
B=55.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal860840.900.2900.67198.9582.6118.04
Hex83C545A1D043c75312
Octal107412413235010330712322
Binary100011110010101001011010111010100001111000111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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