#083878

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

Shades of Dark Cerulean #083878

Tints of Dark Cerulean #083878

Color information

#083878 (or 0x083878) is unknown color: approx Dark Cerulean. HEX triplet: 08, 38 and 78. RGB value is (8,56,120). Sum of RGB (Red+Green+Blue) = 8+56+120=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #083878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083878 is #F7C787. Grayscale: #303030. Windows color (decimal): -16238472 or 7878664. OLE color: 7878664.

HSL color Cylindrical-coordinate representation of color #083878: hue angle of 214.29º 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 #083878 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB856120-
CMYK0.930.5300.53
HSL214.29º87.5%25.1%-
HSV(B)214.29º93.33%47.06%-
XYZ4.94.2418.33-
YUV48.94168.198.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 120 (47.27% from 255) = 65.22%
R=4.35%
G=30.43%
B=65.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8561200.930.5300.53214.2987.525.1
Hex838785D35035d65819
Octal10701701356506532613031
Binary100011100011110001011101110101011010111010110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083878; }

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

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

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

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

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

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

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

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