Html Css Color HEX #047DCF Navy Blue

📋 copy color: '#047DCF'

red 4 ◦ green 125 ◦ blue 207

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

Shades of Navy Blue #047DCF

Tints of Navy Blue #047DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.2%

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

R = 1.19%
G = 37.2%
B = 61.61%

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

#047DCF (or 0x047DCF) is known color: Navy Blue. HEX triplet: 04, 7D and CF. RGB value is (4,125,207). Sum of RGB (Red+Green+Blue) = 4+125+207=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #047DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DCF is #FB8230. Grayscale: #616161. Windows color (decimal): -16482865 or 13597956. OLE color: 13597956.

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

Color convert

RGB 4 125 207 -
CMYK 0.98 0.40 0 0.19
HSL 204.24º 0.96% 0.41% -
HSV(B) 204.24º 0.98% 0.81% -
XYZ 18.65 19.2 61.75 -
YUV 98.17 189.41 60.83 -
System Red Green Blue C M Y K H S L
Decimal 4 125 207 0.98 0.40 0 0.19 204.24 0.96 0.41
Hex 4 7D CF 62 28 0 13 CC 60 29
Octal 4 175 317 142 50 0 23 314 140 51
Binary 100 1111101 11001111 1100010 101000 0 10011 11001100 1100000 101001

Color Harmonies of #047DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DCF

Black with #047DCF

Text Example


Text Example

White with #047DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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