#084CD9

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

Shades of Navy Blue #084CD9

Tints of Navy Blue #084CD9

Color information

#084CD9 (or 0x084CD9) is unknown color: approx Navy Blue. HEX triplet: 08, 4C and D9. RGB value is (8,76,217). Sum of RGB (Red+Green+Blue) = 8+76+217=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 217 (85.16% from 255 or 72.09% from 301); Max value from RGB is 217 - color contains mainly: blue. Hex color #084CD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084CD9 is #F7B326. Grayscale: #474747. Windows color (decimal): -16233255 or 14240776. OLE color: 14240776.

HSL color Cylindrical-coordinate representation of color #084CD9: hue angle of 220.48º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084CD9 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB876217-
CMYK0.960.6500.15
HSL220.48º92.89%44.12%-
HSV(B)220.48º96.31%85.1%-
XYZ15.2110.2366.82-
YUV71.74209.9782.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.66%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 217 (85.16% from 255) = 72.09%
R=2.66%
G=25.25%
B=72.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8762170.960.6500.15220.4892.8944.12
Hex84CD960410Fdc5d2c
Octal1011433114010101733413554
Binary10001001100110110011100000100000101111110111001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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