Html Css Color HEX #047CDD Navy Blue

📋 copy color: '#047CDD'

red 4 ◦ green 124 ◦ blue 221

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

Shades of Navy Blue #047CDD

Tints of Navy Blue #047CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 1.15%
G = 35.53%
B = 63.32%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#047CDD (or 0x047CDD) is known color: Navy Blue. HEX triplet: 04, 7C and DD. RGB value is (4,124,221). Sum of RGB (Red+Green+Blue) = 4+124+221=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #047CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CDD is #FB8322. Grayscale: #626262. Windows color (decimal): -16483107 or 14515204. OLE color: 14515204.

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

Color convert

RGB 4 124 221 -
CMYK 0.98 0.44 0 0.13
HSL 206.82º 0.96% 0.44% -
HSV(B) 206.82º 0.98% 0.87% -
XYZ 20.31 19.66 71.13 -
YUV 99.18 196.74 60.11 -
System Red Green Blue C M Y K H S L
Decimal 4 124 221 0.98 0.44 0 0.13 206.82 0.96 0.44
Hex 4 7C DD 62 2C 0 D CF 60 2C
Octal 4 174 335 142 54 0 15 317 140 54
Binary 100 1111100 11011101 1100010 101100 0 1101 11001111 1100000 101100

Color Harmonies of #047CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047CDD

Black with #047CDD

Text Example


Text Example

White with #047CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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