Html Css Color HEX #0746E0 Navy Blue

📋 copy color: '#0746E0'

red 7 ◦ green 70 ◦ blue 224

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

Shades of Navy Blue #0746E0

Tints of Navy Blue #0746E0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 224 (87.89% from 255) = 74.42%

R = 2.33%
G = 23.26%
B = 74.42%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0746E0 (or 0x0746E0) is known color: Navy Blue. HEX triplet: 07, 46 and E0. RGB value is (7,70,224). Sum of RGB (Red+Green+Blue) = 7+70+224=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 224 (87.89% from 255 or 74.42% from 301); Max value from RGB is 224 - color contains mainly: blue. Hex color #0746E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0746E0 is #F8B91F. Grayscale: #444444. Windows color (decimal): -16300320 or 14697991. OLE color: 14697991.

HSL color Cylindrical-coordinate representation of color #0746E0: hue angle of 222.58º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0746E0 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 70 224 -
CMYK 0.97 0.69 0 0.12
HSL 222.58º 0.94% 0.45% -
HSV(B) 222.58º 0.97% 0.88% -
XYZ 15.73 9.81 71.58 -
YUV 68.72 215.63 83.98 -
System Red Green Blue C M Y K H S L
Decimal 7 70 224 0.97 0.69 0 0.12 222.58 0.94 0.45
Hex 7 46 E0 61 45 0 C DF 5E 2D
Octal 7 106 340 141 105 0 14 337 136 55
Binary 111 1000110 11100000 1100001 1000101 0 1100 11011111 1011110 101101

Color Harmonies of #0746E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0746E0

Black with #0746E0

Text Example


Text Example

White with #0746E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0746E0; }

 p { color: rgb(7,70,224); }

 H1.HeaderClassName
 {
   color: #0746E0;
 }
 .AnyTagClassName
 {
   color: #0746E0;
 }
</style>

background-color css

<style>
 a { background-color: #0746E0; }

 a { background-color: rgb(7,70,224); }

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

border-color css

<style>
 span { border-color: #0746E0; }

 span { border-color: rgb(7,70,224); }

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