Html Css Color HEX #047CCE Navy Blue

📋 copy color: '#047CCE'

red 4 ◦ green 124 ◦ blue 206

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

Shades of Navy Blue #047CCE

Tints of Navy Blue #047CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 1.2%
G = 37.13%
B = 61.68%

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

#047CCE (or 0x047CCE) is known color: Navy Blue. HEX triplet: 04, 7C and CE. RGB value is (4,124,206). Sum of RGB (Red+Green+Blue) = 4+124+206=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #047CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CCE is #FB8331. Grayscale: #616161. Windows color (decimal): -16483122 or 13532164. OLE color: 13532164.

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

Color convert

RGB 4 124 206 -
CMYK 0.98 0.40 0 0.19
HSL 204.36º 0.96% 0.41% -
HSV(B) 204.36º 0.98% 0.81% -
XYZ 18.4 18.9 61.07 -
YUV 97.47 189.24 61.33 -
System Red Green Blue C M Y K H S L
Decimal 4 124 206 0.98 0.40 0 0.19 204.36 0.96 0.41
Hex 4 7C CE 62 28 0 13 CC 60 29
Octal 4 174 316 142 50 0 23 314 140 51
Binary 100 1111100 11001110 1100010 101000 0 10011 11001100 1100000 101001

Color Harmonies of #047CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047CCE

Black with #047CCE

Text Example


Text Example

White with #047CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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