#084a68

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

Shades of Dark Cerulean #084A68

Tints of Dark Cerulean #084A68

Color information

#084A68 (or 0x084A68) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4A and 68. RGB value is (8,74,104). Sum of RGB (Red+Green+Blue) = 8+74+104=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #084A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A68 is #F7B597. Grayscale: #393939. Windows color (decimal): -16233880 or 6834696. OLE color: 6834696.

HSL color Cylindrical-coordinate representation of color #084A68: hue angle of 198.75º 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 #084A68 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB874104-
CMYK0.920.2900.59
HSL198.75º85.71%21.96%-
HSV(B)198.75º92.31%40.78%-
XYZ5.055.9513.98-
YUV57.69154.1392.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 74 (29.30% from 255) = 39.78%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=4.30%
G=39.78%
B=55.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8741040.920.2900.59198.7585.7121.96
Hex84A685C1D03Bc75616
Octal101121501343507330712626
Binary100010010101101000101110011101011101111000111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084a68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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