#084BD9

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

Shades of Navy Blue #084BD9

Tints of Navy Blue #084BD9

Color information

#084BD9 (or 0x084BD9) is unknown color: approx Navy Blue. HEX triplet: 08, 4B and D9. RGB value is (8,75,217). Sum of RGB (Red+Green+Blue) = 8+75+217=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 217 (85.16% from 255 or 72.33% from 300); Max value from RGB is 217 - color contains mainly: blue. Hex color #084BD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BD9 is #F7B426. Grayscale: #464646. Windows color (decimal): -16233511 or 14240520. OLE color: 14240520.

HSL color Cylindrical-coordinate representation of color #084BD9: hue angle of 220.77º 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 #084BD9 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB875217-
CMYK0.960.6500.15
HSL220.77º92.89%44.12%-
HSV(B)220.77º96.31%85.1%-
XYZ15.1410.0966.8-
YUV71.16210.382.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 217 (85.16% from 255) = 72.33%
R=2.67%
G=25%
B=72.33%

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
Decimal8752170.960.6500.15220.7792.8944.12
Hex84BD960410Fdd5d2c
Octal1011333114010101733513554
Binary10001001011110110011100000100000101111110111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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