Html Css Color HEX #073FFA Navy Blue

📋 copy color: '#073FFA'

red 7 ◦ green 63 ◦ blue 250

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

Shades of Navy Blue #073FFA

Tints of Navy Blue #073FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 19.69%

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

R = 2.19%
G = 19.69%
B = 78.13%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#073FFA (or 0x073FFA) is known color: Navy Blue. HEX triplet: 07, 3F and FA. RGB value is (7,63,250). Sum of RGB (Red+Green+Blue) = 7+63+250=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #073FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FFA is #F8C005. Grayscale: #424242. Windows color (decimal): -16302086 or 16400135. OLE color: 16400135.

HSL color Cylindrical-coordinate representation of color #073FFA: hue angle of 226.17º 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 #073FFA is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 63 250 -
CMYK 0.97 0.75 0 0.02
HSL 226.17º 0.96% 0.5% -
HSV(B) 226.17º 0.97% 0.98% -
XYZ 19.12 10.5 91.46 -
YUV 67.57 230.95 84.79 -
System Red Green Blue C M Y K H S L
Decimal 7 63 250 0.97 0.75 0 0.02 226.17 0.96 0.5
Hex 7 3F FA 61 4B 0 2 E2 60 32
Octal 7 77 372 141 113 0 2 342 140 62
Binary 111 111111 11111010 1100001 1001011 0 10 11100010 1100000 110010

Color Harmonies of #073FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FFA

Black with #073FFA

Text Example


Text Example

White with #073FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073FFA; }

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

 H1.HeaderClassName
 {
   color: #073FFA;
 }
 .AnyTagClassName
 {
   color: #073FFA;
 }
</style>

background-color css

<style>
 a { background-color: #073FFA; }

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

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

border-color css

<style>
 span { border-color: #073FFA; }

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

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