#084AC7

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

Shades of Denim #084AC7

Tints of Denim #084AC7

Color information

#084AC7 (or 0x084AC7) is unknown color: approx Denim. HEX triplet: 08, 4A and C7. RGB value is (8,74,199). Sum of RGB (Red+Green+Blue) = 8+74+199=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 199 (78.12% from 255 or 70.82% from 281); Max value from RGB is 199 - color contains mainly: blue. Hex color #084AC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084AC7 is #F7B538. Grayscale: #434343. Windows color (decimal): -16233785 or 13060616. OLE color: 13060616.

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

Color convert

RGB874199-
CMYK0.960.6300.22
HSL219.27º92.27%40.59%-
HSV(B)219.27º95.98%78.04%-
XYZ12.869.0755.11-
YUV68.52201.6384.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.85%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 199 (78.12% from 255) = 70.82%
R=2.85%
G=26.33%
B=70.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8741990.960.6300.22219.2792.2740.59
Hex84AC7603F016db5c29
Octal101123071407702633313451
Binary10001001010110001111100000111111010110110110111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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