Html Css Color HEX #0747F1 Navy Blue

📋 copy color: '#0747F1'

red 7 ◦ green 71 ◦ blue 241

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

Shades of Navy Blue #0747F1

Tints of Navy Blue #0747F1

RGB

 RED value IS 7 (3.13% from 255) = 2.19%

 GREEN value IS 71 (28.13% from 255) = 22.26%

 BLUE value IS 241 (94.53% from 255) = 75.55%

R = 2.19%
G = 22.26%
B = 75.55%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0747F1 (or 0x0747F1) is known color: Navy Blue. HEX triplet: 07, 47 and F1. RGB value is (7,71,241). Sum of RGB (Red+Green+Blue) = 7+71+241=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 241 (94.53% from 255 or 75.55% from 319); Max value from RGB is 241 - color contains mainly: blue. Hex color #0747F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0747F1 is #F8B80E. Grayscale: #464646. Windows color (decimal): -16300047 or 15812359. OLE color: 15812359.

HSL color Cylindrical-coordinate representation of color #0747F1: hue angle of 223.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0747F1 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 71 241 -
CMYK 0.97 0.71 0 0.05
HSL 223.59º 0.94% 0.49% -
HSV(B) 223.59º 0.97% 0.95% -
XYZ 18.22 10.9 84.36 -
YUV 71.24 223.8 82.18 -
System Red Green Blue C M Y K H S L
Decimal 7 71 241 0.97 0.71 0 0.05 223.59 0.94 0.49
Hex 7 47 F1 61 47 0 5 E0 5E 31
Octal 7 107 361 141 107 0 5 340 136 61
Binary 111 1000111 11110001 1100001 1000111 0 101 11100000 1011110 110001

Color Harmonies of #0747F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0747F1

Black with #0747F1

Text Example


Text Example

White with #0747F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0747F1; }

 p { color: rgb(7,71,241); }

 H1.HeaderClassName
 {
   color: #0747F1;
 }
 .AnyTagClassName
 {
   color: #0747F1;
 }
</style>

background-color css

<style>
 a { background-color: #0747F1; }

 a { background-color: rgb(7,71,241); }

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

border-color css

<style>
 span { border-color: #0747F1; }

 span { border-color: rgb(7,71,241); }

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