#083A78

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

Shades of Dark Cerulean #083A78

Tints of Dark Cerulean #083A78

Color information

#083A78 (or 0x083A78) is unknown color: approx Dark Cerulean. HEX triplet: 08, 3A and 78. RGB value is (8,58,120). Sum of RGB (Red+Green+Blue) = 8+58+120=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #083A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A78 is #F7C587. Grayscale: #313131. Windows color (decimal): -16237960 or 7879176. OLE color: 7879176.

HSL color Cylindrical-coordinate representation of color #083A78: hue angle of 213.21º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083A78 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB858120-
CMYK0.930.5200.53
HSL213.21º87.5%25.1%-
HSV(B)213.21º93.33%47.06%-
XYZ54.4318.36-
YUV50.12167.4497.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=4.30%
G=31.18%
B=64.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8581200.930.5200.53213.2187.525.1
Hex83A785D34035d55819
Octal10721701356406532513031
Binary100011101011110001011101110100011010111010101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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