Html Css Color HEX #073FF3 Navy Blue

📋 copy color: '#073FF3'

red 7 ◦ green 63 ◦ blue 243

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

Shades of Navy Blue #073FF3

Tints of Navy Blue #073FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 77.64%

R = 2.24%
G = 20.13%
B = 77.64%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#073FF3 (or 0x073FF3) is known color: Navy Blue. HEX triplet: 07, 3F and F3. RGB value is (7,63,243). Sum of RGB (Red+Green+Blue) = 7+63+243=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 243 (95.31% from 255 or 77.64% from 313); Max value from RGB is 243 - color contains mainly: blue. Hex color #073FF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FF3 is #F8C00C. Grayscale: #424242. Windows color (decimal): -16302093 or 15941383. OLE color: 15941383.

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

Color convert

RGB 7 63 243 -
CMYK 0.97 0.74 0 0.05
HSL 225.76º 0.94% 0.49% -
HSV(B) 225.76º 0.97% 0.95% -
XYZ 18.04 10.07 85.79 -
YUV 66.78 227.45 85.36 -
System Red Green Blue C M Y K H S L
Decimal 7 63 243 0.97 0.74 0 0.05 225.76 0.94 0.49
Hex 7 3F F3 61 4A 0 5 E2 5E 31
Octal 7 77 363 141 112 0 5 342 136 61
Binary 111 111111 11110011 1100001 1001010 0 101 11100010 1011110 110001

Color Harmonies of #073FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FF3

Black with #073FF3

Text Example


Text Example

White with #073FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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