#084A69

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

Shades of Dark Cerulean #084A69

Tints of Dark Cerulean #084A69

Color information

#084A69 (or 0x084A69) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4A and 69. RGB value is (8,74,105). Sum of RGB (Red+Green+Blue) = 8+74+105=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #084A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A69 is #F7B596. Grayscale: #393939. Windows color (decimal): -16233879 or 6900232. OLE color: 6900232.

HSL color Cylindrical-coordinate representation of color #084A69: hue angle of 199.18º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084A69 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB874105-
CMYK0.920.3000.59
HSL199.18º85.84%22.16%-
HSV(B)199.18º92.38%41.18%-
XYZ5.15.9714.25-
YUV57.8154.6392.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.28%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=4.28%
G=39.57%
B=56.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8741050.920.3000.59199.1885.8422.16
Hex84A695C1E03Bc75616
Octal101121511343607330712626
Binary100010010101101001101110011110011101111000111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,74,105); }

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

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

 a { background-color: rgb(8,74,105); }

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

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

 span { border-color: rgb(8,74,105); }

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