Html Css Color HEX #084BDB Navy Blue

📋 copy color: '#084BDB'

red 8 ◦ green 75 ◦ blue 219

#084BDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #084BDB

Tints of Navy Blue #084BDB

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 value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#084BDB (or 0x084BDB) is known color: 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

RGB 8 75 219 -
CMYK 0.96 0.66 0 0.14
HSL 220.95º 0.93% 0.45% -
HSV(B) 220.95º 0.96% 0.86% -
XYZ 15.4 10.2 68.17 -
YUV 71.38 211.3 82.79 -
System Red Green Blue C M Y K H S L
Decimal 8 75 219 0.96 0.66 0 0.14 220.95 0.93 0.45
Hex 8 4B DB 60 42 0 E DD 5D 2D
Octal 10 113 333 140 102 0 16 335 135 55
Binary 1000 1001011 11011011 1100000 1000010 0 1110 11011101 1011101 101101

Color Harmonies of #084BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BDB

Black with #084BDB

Text Example


Text Example

White with #084BDB

Text Example


Text Example

HTML Codes & Css Web 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>