Html Css Color HEX #047ADE Navy Blue

📋 copy color: '#047ADE'

red 4 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #047ADE

Tints of Navy Blue #047ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 1.15%
G = 35.06%
B = 63.79%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#047ADE (or 0x047ADE) is known color: Navy Blue. HEX triplet: 04, 7A and DE. RGB value is (4,122,222). Sum of RGB (Red+Green+Blue) = 4+122+222=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #047ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ADE is #FB8521. Grayscale: #616161. Windows color (decimal): -16483618 or 14580228. OLE color: 14580228.

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

Color convert

RGB 4 122 222 -
CMYK 0.98 0.45 0 0.13
HSL 207.52º 0.96% 0.44% -
HSV(B) 207.52º 0.98% 0.87% -
XYZ 20.19 19.22 71.75 -
YUV 98.12 197.91 60.87 -
System Red Green Blue C M Y K H S L
Decimal 4 122 222 0.98 0.45 0 0.13 207.52 0.96 0.44
Hex 4 7A DE 62 2D 0 D D0 60 2C
Octal 4 172 336 142 55 0 15 320 140 54
Binary 100 1111010 11011110 1100010 101101 0 1101 11010000 1100000 101100

Color Harmonies of #047ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047ADE

Black with #047ADE

Text Example


Text Example

White with #047ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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