#083A7C

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

Shades of Dark Cerulean #083A7C

Tints of Dark Cerulean #083A7C

Color information

#083A7C (or 0x083A7C) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3A and 7C. RGB value is (8,58,124). Sum of RGB (Red+Green+Blue) = 8+58+124=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #083A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A7C is #F7C583. Grayscale: #323232. Windows color (decimal): -16237956 or 8141320. OLE color: 8141320.

HSL color Cylindrical-coordinate representation of color #083A7C: hue angle of 214.14º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083A7C is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB858124-
CMYK0.940.5300.51
HSL214.14º87.88%25.88%-
HSV(B)214.14º93.55%48.63%-
XYZ5.254.5319.67-
YUV50.57169.4497.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 124 (48.83% from 255) = 65.26%
R=4.21%
G=30.53%
B=65.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8581240.940.5300.51214.1487.8825.88
Hex83A7C5E35033d6581a
Octal10721741366506332613032
Binary100011101011111001011110110101011001111010110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,58,124); }

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

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

 a { background-color: rgb(8,58,124); }

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

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

 span { border-color: rgb(8,58,124); }

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