Html Css Color HEX #084BDC Navy Blue

📋 copy color: '#084BDC'

red 8 ◦ green 75 ◦ blue 220

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

Shades of Navy Blue #084BDC

Tints of Navy Blue #084BDC

RGB

 RED value IS 8 (3.52% from 255) = 2.64%

 GREEN value IS 75 (29.69% from 255) = 24.75%

 BLUE value IS 220 (86.33% from 255) = 72.61%

R = 2.64%
G = 24.75%
B = 72.61%

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

#084BDC (or 0x084BDC) is known color: Navy Blue. HEX triplet: 08, 4B and DC. RGB value is (8,75,220). Sum of RGB (Red+Green+Blue) = 8+75+220=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #084BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BDC is #F7B423. Grayscale: #464646. Windows color (decimal): -16233508 or 14437128. OLE color: 14437128.

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

Color convert

RGB 8 75 220 -
CMYK 0.96 0.66 0 0.14
HSL 221.04º 0.93% 0.45% -
HSV(B) 221.04º 0.96% 0.86% -
XYZ 15.53 10.25 68.87 -
YUV 71.5 211.8 82.71 -
System Red Green Blue C M Y K H S L
Decimal 8 75 220 0.96 0.66 0 0.14 221.04 0.93 0.45
Hex 8 4B DC 60 42 0 E DD 5D 2D
Octal 10 113 334 140 102 0 16 335 135 55
Binary 1000 1001011 11011100 1100000 1000010 0 1110 11011101 1011101 101101

Color Harmonies of #084BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BDC

Black with #084BDC

Text Example


Text Example

White with #084BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #084BDC;
 }
 .AnyTagClassName
 {
   color: #084BDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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