Html Css Color HEX #0746FA Navy Blue

📋 copy color: '#0746FA'

red 7 ◦ green 70 ◦ blue 250

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

Shades of Navy Blue #0746FA

Tints of Navy Blue #0746FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 76.45%

R = 2.14%
G = 21.41%
B = 76.45%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0746FA (or 0x0746FA) is known color: Navy Blue. HEX triplet: 07, 46 and FA. RGB value is (7,70,250). Sum of RGB (Red+Green+Blue) = 7+70+250=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #0746FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0746FA is #F8B905. Grayscale: #464646. Windows color (decimal): -16300294 or 16401927. OLE color: 16401927.

HSL color Cylindrical-coordinate representation of color #0746FA: hue angle of 224.44º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0746FA is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 70 250 -
CMYK 0.97 0.72 0 0.02
HSL 224.44º 0.96% 0.5% -
HSV(B) 224.44º 0.97% 0.98% -
XYZ 19.53 11.33 91.6 -
YUV 71.68 228.63 81.86 -
System Red Green Blue C M Y K H S L
Decimal 7 70 250 0.97 0.72 0 0.02 224.44 0.96 0.5
Hex 7 46 FA 61 48 0 2 E0 60 32
Octal 7 106 372 141 110 0 2 340 140 62
Binary 111 1000110 11111010 1100001 1001000 0 10 11100000 1100000 110010

Color Harmonies of #0746FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0746FA

Black with #0746FA

Text Example


Text Example

White with #0746FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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