#084BDB

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

Shades of Navy Blue #084BDB

Tints of Navy Blue #084BDB

Color information

#084BDB (or 0x084BDB) is unknown color: approx Navy Blue. HEX triplet: 08, 4B and DB. RGB value is (8,75,219). Sum of RGB (Red+Green+Blue) = 8+75+219=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #084BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BDB is #F7B424. Grayscale: #464646. Windows color (decimal): -16233509 or 14371592. OLE color: 14371592.

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

Color convert

RGB875219-
CMYK0.960.6600.14
HSL220.95º92.95%44.51%-
HSV(B)220.95º96.35%85.88%-
XYZ15.410.268.17-
YUV71.38211.382.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.65%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 219 (85.94% from 255) = 72.52%
R=2.65%
G=24.83%
B=72.52%

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
Decimal8752190.960.6600.14220.9592.9544.51
Hex84BDB60420Edd5d2d
Octal1011333314010201633513555
Binary10001001011110110111100000100001001110110111011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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