#084E8B

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

Shades of Dark Cerulean #084E8B

Tints of Dark Cerulean #084E8B

Color information

#084E8B (or 0x084E8B) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4E and 8B. RGB value is (8,78,139). Sum of RGB (Red+Green+Blue) = 8+78+139=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #084E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084E8B is #F7B174. Grayscale: #3F3F3F. Windows color (decimal): -16232821 or 9129480. OLE color: 9129480.

HSL color Cylindrical-coordinate representation of color #084E8B: hue angle of 207.94º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084E8B is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB878139-
CMYK0.940.4400.45
HSL207.94º89.12%28.82%-
HSV(B)207.94º94.24%54.51%-
XYZ7.487.3625.45-
YUV64.02170.3188.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=3.56%
G=34.67%
B=61.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8781390.940.4400.45207.9489.1228.82
Hex84E8B5E2C02Dd0591d
Octal101162131365405532013135
Binary10001001110100010111011110101100010110111010000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084E8B; }

 p { color: rgb(8,78,139); }

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

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

 a { background-color: rgb(8,78,139); }

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

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

 span { border-color: rgb(8,78,139); }

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