Html Css Color HEX #084DCF Navy Blue

📋 copy color: '#084DCF'

red 8 ◦ green 77 ◦ blue 207

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

Shades of Navy Blue #084DCF

Tints of Navy Blue #084DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.37%

 BLUE value IS 207 (81.25% from 255) = 70.89%

R = 2.74%
G = 26.37%
B = 70.89%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#084DCF (or 0x084DCF) is known color: Navy Blue. HEX triplet: 08, 4D and CF. RGB value is (8,77,207). Sum of RGB (Red+Green+Blue) = 8+77+207=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #084DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DCF is #F7B230. Grayscale: #464646. Windows color (decimal): -16233009 or 13585672. OLE color: 13585672.

HSL color Cylindrical-coordinate representation of color #084DCF: hue angle of 219.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084DCF is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 77 207 -
CMYK 0.96 0.63 0 0.19
HSL 219.2º 0.93% 0.42% -
HSV(B) 219.2º 0.96% 0.81% -
XYZ 14.02 9.86 60.2 -
YUV 71.19 204.64 82.93 -
System Red Green Blue C M Y K H S L
Decimal 8 77 207 0.96 0.63 0 0.19 219.2 0.93 0.42
Hex 8 4D CF 60 3F 0 13 DB 5D 2A
Octal 10 115 317 140 77 0 23 333 135 52
Binary 1000 1001101 11001111 1100000 111111 0 10011 11011011 1011101 101010

Color Harmonies of #084DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084DCF

Black with #084DCF

Text Example


Text Example

White with #084DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,77,207); }

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

background-color css

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

 a { background-color: rgb(8,77,207); }

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

border-color css

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

 span { border-color: rgb(8,77,207); }

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