Html Css Color HEX #047AD2 Navy Blue

📋 copy color: '#047AD2'

red 4 ◦ green 122 ◦ blue 210

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

Shades of Navy Blue #047AD2

Tints of Navy Blue #047AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 62.5%

R = 1.19%
G = 36.31%
B = 62.5%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#047AD2 (or 0x047AD2) is known color: Navy Blue. HEX triplet: 04, 7A and D2. RGB value is (4,122,210). Sum of RGB (Red+Green+Blue) = 4+122+210=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 210 (82.42% from 255 or 62.5% from 336); Max value from RGB is 210 - color contains mainly: blue. Hex color #047AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047AD2 is #FB852D. Grayscale: #606060. Windows color (decimal): -16483630 or 13793796. OLE color: 13793796.

HSL color Cylindrical-coordinate representation of color #047AD2: hue angle of 205.63º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047AD2 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 122 210 -
CMYK 0.98 0.42 0 0.18
HSL 205.63º 0.96% 0.42% -
HSV(B) 205.63º 0.98% 0.82% -
XYZ 18.64 18.6 63.58 -
YUV 96.75 191.91 61.84 -
System Red Green Blue C M Y K H S L
Decimal 4 122 210 0.98 0.42 0 0.18 205.63 0.96 0.42
Hex 4 7A D2 62 2A 0 12 CE 60 2A
Octal 4 172 322 142 52 0 22 316 140 52
Binary 100 1111010 11010010 1100010 101010 0 10010 11001110 1100000 101010

Color Harmonies of #047AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047AD2

Black with #047AD2

Text Example


Text Example

White with #047AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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