#083E88

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

Shades of Dark Cerulean #083E88

Tints of Dark Cerulean #083E88

Color information

#083E88 (or 0x083E88) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3E and 88. RGB value is (8,62,136). Sum of RGB (Red+Green+Blue) = 8+62+136=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #083E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083E88 is #F7C177. Grayscale: #353535. Windows color (decimal): -16236920 or 8928776. OLE color: 8928776.

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

Color convert

RGB862136-
CMYK0.940.5400.47
HSL214.69º88.89%28.24%-
HSV(B)214.69º94.12%53.33%-
XYZ6.275.2723.98-
YUV54.29174.1194.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 136 (53.52% from 255) = 66.02%
R=3.88%
G=30.10%
B=66.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8621360.940.5400.47214.6988.8928.24
Hex83E885E3602Fd7591c
Octal10762101366605732713134
Binary1000111110100010001011110110110010111111010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,62,136); }

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

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

 a { background-color: rgb(8,62,136); }

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

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

 span { border-color: rgb(8,62,136); }

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