#083F85

Color #083F85 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #083F85

Tints of Dark Cerulean #083F85

Color information

#083F85 (or 0x083F85) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3F and 85. RGB value is (8,63,133). Sum of RGB (Red+Green+Blue) = 8+63+133=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #083F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F85 is #F7C07A. Grayscale: #363636. Windows color (decimal): -16236667 or 8732424. OLE color: 8732424.

HSL color Cylindrical-coordinate representation of color #083F85: hue angle of 213.6º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083F85 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB863133-
CMYK0.940.5300.48
HSL213.6º88.65%27.65%-
HSV(B)213.6º93.98%52.16%-
XYZ6.115.322.89-
YUV54.54172.2894.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 63 (25% from 255) = 30.88%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=3.92%
G=30.88%
B=65.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8631330.940.5300.48213.688.6527.65
Hex83F855E35030d6591c
Octal10772051366506032613134
Binary1000111111100001011011110110101011000011010110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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