#084A67

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

Shades of Dark Cerulean #084A67

Tints of Dark Cerulean #084A67

Color information

#084A67 (or 0x084A67) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4A and 67. RGB value is (8,74,103). Sum of RGB (Red+Green+Blue) = 8+74+103=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #084A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A67 is #F7B598. Grayscale: #393939. Windows color (decimal): -16233881 or 6769160. OLE color: 6769160.

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

Color convert

RGB874103-
CMYK0.920.2800.60
HSL198.32º85.59%21.76%-
HSV(B)198.32º92.23%40.39%-
XYZ55.9313.71-
YUV57.57153.6392.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 103 (40.62% from 255) = 55.68%
R=4.32%
G=40%
B=55.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8741030.920.2800.60198.3285.5921.76
Hex84A675C1C03Cc65616
Octal101121471343407430612626
Binary100010010101100111101110011100011110011000110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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