#083A7D

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

Shades of Dark Cerulean #083A7D

Tints of Dark Cerulean #083A7D

Color information

#083A7D (or 0x083A7D) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3A and 7D. RGB value is (8,58,125). Sum of RGB (Red+Green+Blue) = 8+58+125=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #083A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A7D is #F7C582. Grayscale: #323232. Windows color (decimal): -16237955 or 8206856. OLE color: 8206856.

HSL color Cylindrical-coordinate representation of color #083A7D: hue angle of 214.36º 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 #083A7D is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB858125-
CMYK0.940.5400.51
HSL214.36º87.97%26.08%-
HSV(B)214.36º93.6%49.02%-
XYZ5.314.5620-
YUV50.69169.9497.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.19%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 125 (49.22% from 255) = 65.45%
R=4.19%
G=30.37%
B=65.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8581250.940.5400.51214.3687.9726.08
Hex83A7D5E36033d6581a
Octal10721751366606332613032
Binary100011101011111011011110110110011001111010110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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