Html Css Color HEX #047FCE Navy Blue

📋 copy color: '#047FCE'

red 4 ◦ green 127 ◦ blue 206

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

Shades of Navy Blue #047FCE

Tints of Navy Blue #047FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

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

R = 1.19%
G = 37.69%
B = 61.13%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#047FCE (or 0x047FCE) is known color: Navy Blue. HEX triplet: 04, 7F and CE. RGB value is (4,127,206). Sum of RGB (Red+Green+Blue) = 4+127+206=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #047FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FCE is #FB8031. Grayscale: #626262. Windows color (decimal): -16482354 or 13532932. OLE color: 13532932.

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

Color convert

RGB 4 127 206 -
CMYK 0.98 0.38 0 0.19
HSL 203.47º 0.96% 0.41% -
HSV(B) 203.47º 0.98% 0.81% -
XYZ 18.78 19.66 61.2 -
YUV 99.23 188.25 60.08 -
System Red Green Blue C M Y K H S L
Decimal 4 127 206 0.98 0.38 0 0.19 203.47 0.96 0.41
Hex 4 7F CE 62 26 0 13 CB 60 29
Octal 4 177 316 142 46 0 23 313 140 51
Binary 100 1111111 11001110 1100010 100110 0 10011 11001011 1100000 101001

Color Harmonies of #047FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FCE

Black with #047FCE

Text Example


Text Example

White with #047FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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