Html Css Color HEX #084FCD Navy Blue

📋 copy color: '#084FCD'

red 8 ◦ green 79 ◦ blue 205

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

Shades of Navy Blue #084FCD

Tints of Navy Blue #084FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.05%

 BLUE value IS 205 (80.47% from 255) = 70.21%

R = 2.74%
G = 27.05%
B = 70.21%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#084FCD (or 0x084FCD) is known color: Navy Blue. HEX triplet: 08, 4F and CD. RGB value is (8,79,205). Sum of RGB (Red+Green+Blue) = 8+79+205=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #084FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FCD is #F7B032. Grayscale: #474747. Windows color (decimal): -16232499 or 13455112. OLE color: 13455112.

HSL color Cylindrical-coordinate representation of color #084FCD: hue angle of 218.38º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084FCD is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 79 205 -
CMYK 0.96 0.61 0 0.20
HSL 218.38º 0.92% 0.42% -
HSV(B) 218.38º 0.96% 0.8% -
XYZ 13.92 10.05 58.96 -
YUV 72.14 202.98 82.25 -
System Red Green Blue C M Y K H S L
Decimal 8 79 205 0.96 0.61 0 0.20 218.38 0.92 0.42
Hex 8 4F CD 60 3D 0 14 DA 5C 2A
Octal 10 117 315 140 75 0 24 332 134 52
Binary 1000 1001111 11001101 1100000 111101 0 10100 11011010 1011100 101010

Color Harmonies of #084FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084FCD

Black with #084FCD

Text Example


Text Example

White with #084FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,79,205); }

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

background-color css

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

 a { background-color: rgb(8,79,205); }

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

border-color css

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

 span { border-color: rgb(8,79,205); }

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