#083E72

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

Shades of Dark Cerulean #083E72

Tints of Dark Cerulean #083E72

Color information

#083E72 (or 0x083E72) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3E and 72. RGB value is (8,62,114). Sum of RGB (Red+Green+Blue) = 8+62+114=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #083E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E72 is #F7C18D. Grayscale: #333333. Windows color (decimal): -16236942 or 7486984. OLE color: 7486984.

HSL color Cylindrical-coordinate representation of color #083E72: hue angle of 209.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083E72 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB862114-
CMYK0.930.4600.55
HSL209.43º86.89%23.92%-
HSV(B)209.43º92.98%44.71%-
XYZ4.864.7116.57-
YUV51.78163.1196.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 62 (24.61% from 255) = 33.70%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=4.35%
G=33.70%
B=61.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8621140.930.4600.55209.4386.8923.92
Hex83E725D2E037d15718
Octal10761621355606732112730
Binary100011111011100101011101101110011011111010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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