Html Css Color HEX #0749EB Navy Blue

📋 copy color: '#0749EB'

red 7 ◦ green 73 ◦ blue 235

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

Shades of Navy Blue #0749EB

Tints of Navy Blue #0749EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.6%

R = 2.22%
G = 23.17%
B = 74.6%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0749EB (or 0x0749EB) is known color: Navy Blue. HEX triplet: 07, 49 and EB. RGB value is (7,73,235). Sum of RGB (Red+Green+Blue) = 7+73+235=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #0749EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0749EB is #F8B614. Grayscale: #474747. Windows color (decimal): -16299541 or 15419655. OLE color: 15419655.

HSL color Cylindrical-coordinate representation of color #0749EB: hue angle of 222.63º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0749EB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 73 235 -
CMYK 0.97 0.69 0 0.08
HSL 222.63º 0.94% 0.47% -
HSV(B) 222.63º 0.97% 0.92% -
XYZ 17.47 10.81 79.76 -
YUV 71.73 220.13 81.83 -
System Red Green Blue C M Y K H S L
Decimal 7 73 235 0.97 0.69 0 0.08 222.63 0.94 0.47
Hex 7 49 EB 61 45 0 8 DF 5E 2F
Octal 7 111 353 141 105 0 10 337 136 57
Binary 111 1001001 11101011 1100001 1000101 0 1000 11011111 1011110 101111

Color Harmonies of #0749EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0749EB

Black with #0749EB

Text Example


Text Example

White with #0749EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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