Html Css Color HEX #047FC3 Navy Blue

📋 copy color: '#047FC3'

red 4 ◦ green 127 ◦ blue 195

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

Shades of Navy Blue #047FC3

Tints of Navy Blue #047FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 59.82%

R = 1.23%
G = 38.96%
B = 59.82%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#047FC3 (or 0x047FC3) is known color: Navy Blue. HEX triplet: 04, 7F and C3. RGB value is (4,127,195). Sum of RGB (Red+Green+Blue) = 4+127+195=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 195 (76.56% from 255 or 59.82% from 326); Max value from RGB is 195 - color contains mainly: blue. Hex color #047FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047FC3 is #FB803C. Grayscale: #616161. Windows color (decimal): -16482365 or 12812036. OLE color: 12812036.

HSL color Cylindrical-coordinate representation of color #047FC3: hue angle of 201.36º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FC3 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 127 195 -
CMYK 0.98 0.35 0 0.24
HSL 201.36º 0.96% 0.39% -
HSV(B) 201.36º 0.98% 0.76% -
XYZ 17.49 19.14 54.4 -
YUV 97.98 182.75 60.97 -
System Red Green Blue C M Y K H S L
Decimal 4 127 195 0.98 0.35 0 0.24 201.36 0.96 0.39
Hex 4 7F C3 62 23 0 18 C9 60 27
Octal 4 177 303 142 43 0 30 311 140 47
Binary 100 1111111 11000011 1100010 100011 0 11000 11001001 1100000 100111

Color Harmonies of #047FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047FC3

Black with #047FC3

Text Example


Text Example

White with #047FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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