Html Css Color HEX #047FD2 Navy Blue

📋 copy color: '#047FD2'

red 4 ◦ green 127 ◦ blue 210

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

Shades of Navy Blue #047FD2

Tints of Navy Blue #047FD2

RGB

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

 GREEN value IS 127 (50% from 255) = 37.24%

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

R = 1.17%
G = 37.24%
B = 61.58%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#047FD2 (or 0x047FD2) is known color: Navy Blue. HEX triplet: 04, 7F and D2. RGB value is (4,127,210). Sum of RGB (Red+Green+Blue) = 4+127+210=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 210 (82.42% from 255 or 61.58% from 341); Max value from RGB is 210 - color contains mainly: blue. Hex color #047FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FD2 is #FB802D. Grayscale: #636363. Windows color (decimal): -16482350 or 13795076. OLE color: 13795076.

HSL color Cylindrical-coordinate representation of color #047FD2: hue angle of 204.17º 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 #047FD2 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 127 210 -
CMYK 0.98 0.40 0 0.18
HSL 204.17º 0.96% 0.42% -
HSV(B) 204.17º 0.98% 0.82% -
XYZ 19.27 19.86 63.79 -
YUV 99.69 190.25 59.75 -
System Red Green Blue C M Y K H S L
Decimal 4 127 210 0.98 0.40 0 0.18 204.17 0.96 0.42
Hex 4 7F D2 62 28 0 12 CC 60 2A
Octal 4 177 322 142 50 0 22 314 140 52
Binary 100 1111111 11010010 1100010 101000 0 10010 11001100 1100000 101010

Color Harmonies of #047FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FD2

Black with #047FD2

Text Example


Text Example

White with #047FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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