Html Css Color HEX #047ADC Navy Blue

📋 copy color: '#047ADC'

red 4 ◦ green 122 ◦ blue 220

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

Shades of Navy Blue #047ADC

Tints of Navy Blue #047ADC

RGB

 RED value IS 4 (1.95% from 255) = 1.16%

 GREEN value IS 122 (48.05% from 255) = 35.26%

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

R = 1.16%
G = 35.26%
B = 63.58%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#047ADC (or 0x047ADC) is known color: Navy Blue. HEX triplet: 04, 7A and DC. RGB value is (4,122,220). Sum of RGB (Red+Green+Blue) = 4+122+220=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #047ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ADC is #FB8523. Grayscale: #616161. Windows color (decimal): -16483620 or 14449156. OLE color: 14449156.

HSL color Cylindrical-coordinate representation of color #047ADC: hue angle of 207.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047ADC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 122 220 -
CMYK 0.98 0.45 0 0.14
HSL 207.22º 0.96% 0.44% -
HSV(B) 207.22º 0.98% 0.86% -
XYZ 19.93 19.11 70.35 -
YUV 97.89 196.91 61.03 -
System Red Green Blue C M Y K H S L
Decimal 4 122 220 0.98 0.45 0 0.14 207.22 0.96 0.44
Hex 4 7A DC 62 2D 0 E CF 60 2C
Octal 4 172 334 142 55 0 16 317 140 54
Binary 100 1111010 11011100 1100010 101101 0 1110 11001111 1100000 101100

Color Harmonies of #047ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047ADC

Black with #047ADC

Text Example


Text Example

White with #047ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047ADC; }

 p { color: rgb(4,122,220); }

 H1.HeaderClassName
 {
   color: #047ADC;
 }
 .AnyTagClassName
 {
   color: #047ADC;
 }
</style>

background-color css

<style>
 a { background-color: #047ADC; }

 a { background-color: rgb(4,122,220); }

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

border-color css

<style>
 span { border-color: #047ADC; }

 span { border-color: rgb(4,122,220); }

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