Html Css Color HEX #047CDF Navy Blue

📋 copy color: '#047CDF'

red 4 ◦ green 124 ◦ blue 223

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

Shades of Navy Blue #047CDF

Tints of Navy Blue #047CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 1.14%
G = 35.33%
B = 63.53%

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

#047CDF (or 0x047CDF) is known color: Navy Blue. HEX triplet: 04, 7C and DF. RGB value is (4,124,223). Sum of RGB (Red+Green+Blue) = 4+124+223=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #047CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CDF is #FB8320. Grayscale: #626262. Windows color (decimal): -16483105 or 14646276. OLE color: 14646276.

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

Color convert

RGB 4 124 223 -
CMYK 0.98 0.44 0 0.13
HSL 207.12º 0.96% 0.45% -
HSV(B) 207.12º 0.98% 0.87% -
XYZ 20.58 19.77 72.54 -
YUV 99.41 197.74 59.95 -
System Red Green Blue C M Y K H S L
Decimal 4 124 223 0.98 0.44 0 0.13 207.12 0.96 0.45
Hex 4 7C DF 62 2C 0 D CF 60 2D
Octal 4 174 337 142 54 0 15 317 140 55
Binary 100 1111100 11011111 1100010 101100 0 1101 11001111 1100000 101101

Color Harmonies of #047CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047CDF

Black with #047CDF

Text Example


Text Example

White with #047CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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