Html Css Color HEX #047FD5 Navy Blue

📋 copy color: '#047FD5'

red 4 ◦ green 127 ◦ blue 213

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

Shades of Navy Blue #047FD5

Tints of Navy Blue #047FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 61.92%

R = 1.16%
G = 36.92%
B = 61.92%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#047FD5 (or 0x047FD5) is known color: Navy Blue. HEX triplet: 04, 7F and D5. RGB value is (4,127,213). Sum of RGB (Red+Green+Blue) = 4+127+213=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 213 (83.59% from 255 or 61.92% from 344); Max value from RGB is 213 - color contains mainly: blue. Hex color #047FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FD5 is #FB802A. Grayscale: #636363. Windows color (decimal): -16482347 or 13991684. OLE color: 13991684.

HSL color Cylindrical-coordinate representation of color #047FD5: hue angle of 204.69º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FD5 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 127 213 -
CMYK 0.98 0.40 0 0.16
HSL 204.69º 0.96% 0.43% -
HSV(B) 204.69º 0.98% 0.84% -
XYZ 19.65 20.01 65.78 -
YUV 100.03 191.75 59.51 -
System Red Green Blue C M Y K H S L
Decimal 4 127 213 0.98 0.40 0 0.16 204.69 0.96 0.43
Hex 4 7F D5 62 28 0 10 CD 60 2B
Octal 4 177 325 142 50 0 20 315 140 53
Binary 100 1111111 11010101 1100010 101000 0 10000 11001101 1100000 101011

Color Harmonies of #047FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FD5

Black with #047FD5

Text Example


Text Example

White with #047FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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