Html Css Color HEX #084ACF Navy Blue

📋 copy color: '#084ACF'

red 8 ◦ green 74 ◦ blue 207

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

Shades of Navy Blue #084ACF

Tints of Navy Blue #084ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.61%

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

R = 2.77%
G = 25.61%
B = 71.63%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#084ACF (or 0x084ACF) is known color: Navy Blue. HEX triplet: 08, 4A and CF. RGB value is (8,74,207). Sum of RGB (Red+Green+Blue) = 8+74+207=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #084ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ACF is #F7B530. Grayscale: #444444. Windows color (decimal): -16233777 or 13584904. OLE color: 13584904.

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

Color convert

RGB 8 74 207 -
CMYK 0.96 0.64 0 0.19
HSL 220.1º 0.93% 0.42% -
HSV(B) 220.1º 0.96% 0.81% -
XYZ 13.81 9.45 60.13 -
YUV 69.43 205.63 84.19 -
System Red Green Blue C M Y K H S L
Decimal 8 74 207 0.96 0.64 0 0.19 220.1 0.93 0.42
Hex 8 4A CF 60 40 0 13 DC 5D 2A
Octal 10 112 317 140 100 0 23 334 135 52
Binary 1000 1001010 11001111 1100000 1000000 0 10011 11011100 1011101 101010

Color Harmonies of #084ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084ACF

Black with #084ACF

Text Example


Text Example

White with #084ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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