#084378

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

Shades of Dark Cerulean #084378

Tints of Dark Cerulean #084378

Color information

#084378 (or 0x084378) is unknown color: approx Dark Cerulean. HEX triplet: 08, 43 and 78. RGB value is (8,67,120). Sum of RGB (Red+Green+Blue) = 8+67+120=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #084378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084378 is #F7BC87. Grayscale: #373737. Windows color (decimal): -16235656 or 7881480. OLE color: 7881480.

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

Color convert

RGB867120-
CMYK0.930.4400.53
HSL208.39º87.5%25.1%-
HSV(B)208.39º93.33%47.06%-
XYZ5.55.4218.53-
YUV55.4164.4594.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 120 (47.27% from 255) = 61.54%
R=4.10%
G=34.36%
B=61.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8671200.930.4400.53208.3987.525.1
Hex843785D2C035d05819
Octal101031701355406532013031
Binary1000100001111110001011101101100011010111010000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084378; }

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

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

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

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

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

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

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

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