Html Css Color HEX #047FCD Navy Blue

📋 copy color: '#047FCD'

red 4 ◦ green 127 ◦ blue 205

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

Shades of Navy Blue #047FCD

Tints of Navy Blue #047FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 1.19%
G = 37.8%
B = 61.01%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#047FCD (or 0x047FCD) is known color: Navy Blue. HEX triplet: 04, 7F and CD. RGB value is (4,127,205). Sum of RGB (Red+Green+Blue) = 4+127+205=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #047FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FCD is #FB8032. Grayscale: #626262. Windows color (decimal): -16482355 or 13467396. OLE color: 13467396.

HSL color Cylindrical-coordinate representation of color #047FCD: hue angle of 203.28º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FCD is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 127 205 -
CMYK 0.98 0.38 0 0.20
HSL 203.28º 0.96% 0.41% -
HSV(B) 203.28º 0.98% 0.8% -
XYZ 18.66 19.61 60.56 -
YUV 99.12 187.75 60.16 -
System Red Green Blue C M Y K H S L
Decimal 4 127 205 0.98 0.38 0 0.20 203.28 0.96 0.41
Hex 4 7F CD 62 26 0 14 CB 60 29
Octal 4 177 315 142 46 0 24 313 140 51
Binary 100 1111111 11001101 1100010 100110 0 10100 11001011 1100000 101001

Color Harmonies of #047FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FCD

Black with #047FCD

Text Example


Text Example

White with #047FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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