#084ADB

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

Shades of Navy Blue #084ADB

Tints of Navy Blue #084ADB

Color information

#084ADB (or 0x084ADB) is unknown color: approx Navy Blue. HEX triplet: 08, 4A and DB. RGB value is (8,74,219). Sum of RGB (Red+Green+Blue) = 8+74+219=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #084ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ADB is #F7B524. Grayscale: #464646. Windows color (decimal): -16233765 or 14371336. OLE color: 14371336.

HSL color Cylindrical-coordinate representation of color #084ADB: hue angle of 221.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084ADB is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB874219-
CMYK0.960.6600.14
HSL221.23º92.95%44.51%-
HSV(B)221.23º96.35%85.88%-
XYZ15.3410.0668.15-
YUV70.8211.6383.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.66%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 219 (85.94% from 255) = 72.76%
R=2.66%
G=24.58%
B=72.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8742190.960.6600.14221.2392.9544.51
Hex84ADB60420Edd5d2d
Octal1011233314010201633513555
Binary10001001010110110111100000100001001110110111011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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