#083F8D

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

Shades of Dark Cerulean #083F8D

Tints of Dark Cerulean #083F8D

Color information

#083F8D (or 0x083F8D) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3F and 8D. RGB value is (8,63,141). Sum of RGB (Red+Green+Blue) = 8+63+141=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #083F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F8D is #F7C072. Grayscale: #373737. Windows color (decimal): -16236659 or 9256712. OLE color: 9256712.

HSL color Cylindrical-coordinate representation of color #083F8D: hue angle of 215.19º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083F8D is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB863141-
CMYK0.940.5500.45
HSL215.19º89.26%29.22%-
HSV(B)215.19º94.33%55.29%-
XYZ6.695.5325.91-
YUV55.45176.2894.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 141 (55.47% from 255) = 66.51%
R=3.77%
G=29.72%
B=66.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8631410.940.5500.45215.1989.2629.22
Hex83F8D5E3702Dd7591d
Octal10772151366705532713135
Binary1000111111100011011011110110111010110111010111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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