#084C90

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

Shades of Dark Cerulean #084C90

Tints of Dark Cerulean #084C90

Color information

#084C90 (or 0x084C90) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4C and 90. RGB value is (8,76,144). Sum of RGB (Red+Green+Blue) = 8+76+144=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #084C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084C90 is #F7B36F. Grayscale: #3F3F3F. Windows color (decimal): -16233328 or 9456648. OLE color: 9456648.

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

Color convert

RGB876144-
CMYK0.940.4700.44
HSL210º89.47%29.8%-
HSV(B)210º94.44%56.47%-
XYZ7.727.2327.38-
YUV63.42173.4788.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 63.16%
R=3.51%
G=33.33%
B=63.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8761440.940.4700.4421089.4729.8
Hex84C905E2F02Cd2591e
Octal101142201365705432213136
Binary10001001100100100001011110101111010110011010010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,76,144); }

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

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

 a { background-color: rgb(8,76,144); }

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

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

 span { border-color: rgb(8,76,144); }

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