Html Css Color HEX #084CDC Navy Blue

📋 copy color: '#084CDC'

red 8 ◦ green 76 ◦ blue 220

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

Shades of Navy Blue #084CDC

Tints of Navy Blue #084CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25%

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

R = 2.63%
G = 25%
B = 72.37%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#084CDC (or 0x084CDC) is known color: Navy Blue. HEX triplet: 08, 4C and DC. RGB value is (8,76,220). Sum of RGB (Red+Green+Blue) = 8+76+220=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #084CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084CDC is #F7B323. Grayscale: #474747. Windows color (decimal): -16233252 or 14437384. OLE color: 14437384.

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

Color convert

RGB 8 76 220 -
CMYK 0.96 0.65 0 0.14
HSL 220.75º 0.93% 0.45% -
HSV(B) 220.75º 0.96% 0.86% -
XYZ 15.6 10.39 68.89 -
YUV 72.08 211.47 82.29 -
System Red Green Blue C M Y K H S L
Decimal 8 76 220 0.96 0.65 0 0.14 220.75 0.93 0.45
Hex 8 4C DC 60 41 0 E DD 5D 2D
Octal 10 114 334 140 101 0 16 335 135 55
Binary 1000 1001100 11011100 1100000 1000001 0 1110 11011101 1011101 101101

Color Harmonies of #084CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CDC

Black with #084CDC

Text Example


Text Example

White with #084CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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