Html Css Color HEX #047CCF Navy Blue

📋 copy color: '#047CCF'

red 4 ◦ green 124 ◦ blue 207

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

Shades of Navy Blue #047CCF

Tints of Navy Blue #047CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.79%

R = 1.19%
G = 37.01%
B = 61.79%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#047CCF (or 0x047CCF) is known color: Navy Blue. HEX triplet: 04, 7C and CF. RGB value is (4,124,207). Sum of RGB (Red+Green+Blue) = 4+124+207=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #047CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CCF is #FB8330. Grayscale: #616161. Windows color (decimal): -16483121 or 13597700. OLE color: 13597700.

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

Color convert

RGB 4 124 207 -
CMYK 0.98 0.40 0 0.19
HSL 204.53º 0.96% 0.41% -
HSV(B) 204.53º 0.98% 0.81% -
XYZ 18.52 18.95 61.71 -
YUV 97.58 189.74 61.25 -
System Red Green Blue C M Y K H S L
Decimal 4 124 207 0.98 0.40 0 0.19 204.53 0.96 0.41
Hex 4 7C CF 62 28 0 13 CD 60 29
Octal 4 174 317 142 50 0 23 315 140 51
Binary 100 1111100 11001111 1100010 101000 0 10011 11001101 1100000 101001

Color Harmonies of #047CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047CCF

Black with #047CCF

Text Example


Text Example

White with #047CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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