Html Css Color HEX #047CCD Navy Blue

📋 copy color: '#047CCD'

red 4 ◦ green 124 ◦ blue 205

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

Shades of Navy Blue #047CCD

Tints of Navy Blue #047CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.24%

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

R = 1.2%
G = 37.24%
B = 61.56%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#047CCD (or 0x047CCD) is known color: Navy Blue. HEX triplet: 04, 7C and CD. RGB value is (4,124,205). Sum of RGB (Red+Green+Blue) = 4+124+205=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #047CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CCD is #FB8332. Grayscale: #606060. Windows color (decimal): -16483123 or 13466628. OLE color: 13466628.

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

Color convert

RGB 4 124 205 -
CMYK 0.98 0.40 0 0.20
HSL 204.18º 0.96% 0.41% -
HSV(B) 204.18º 0.98% 0.8% -
XYZ 18.28 18.85 60.43 -
YUV 97.35 188.74 61.41 -
System Red Green Blue C M Y K H S L
Decimal 4 124 205 0.98 0.40 0 0.20 204.18 0.96 0.41
Hex 4 7C CD 62 28 0 14 CC 60 29
Octal 4 174 315 142 50 0 24 314 140 51
Binary 100 1111100 11001101 1100010 101000 0 10100 11001100 1100000 101001

Color Harmonies of #047CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047CCD

Black with #047CCD

Text Example


Text Example

White with #047CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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