Html Css Color HEX #0749F1 Navy Blue

📋 copy color: '#0749F1'

red 7 ◦ green 73 ◦ blue 241

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

Shades of Navy Blue #0749F1

Tints of Navy Blue #0749F1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

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

R = 2.18%
G = 22.74%
B = 75.08%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0749F1 (or 0x0749F1) is known color: Navy Blue. HEX triplet: 07, 49 and F1. RGB value is (7,73,241). Sum of RGB (Red+Green+Blue) = 7+73+241=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 241 (94.53% from 255 or 75.08% from 321); Max value from RGB is 241 - color contains mainly: blue. Hex color #0749F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0749F1 is #F8B60E. Grayscale: #474747. Windows color (decimal): -16299535 or 15812871. OLE color: 15812871.

HSL color Cylindrical-coordinate representation of color #0749F1: hue angle of 223.08º 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 #0749F1 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 73 241 -
CMYK 0.97 0.70 0 0.05
HSL 223.08º 0.94% 0.49% -
HSV(B) 223.08º 0.97% 0.95% -
XYZ 18.35 11.16 84.41 -
YUV 72.42 223.13 81.34 -
System Red Green Blue C M Y K H S L
Decimal 7 73 241 0.97 0.70 0 0.05 223.08 0.94 0.49
Hex 7 49 F1 61 46 0 5 DF 5E 31
Octal 7 111 361 141 106 0 5 337 136 61
Binary 111 1001001 11110001 1100001 1000110 0 101 11011111 1011110 110001

Color Harmonies of #0749F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0749F1

Black with #0749F1

Text Example


Text Example

White with #0749F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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