Html Css Color HEX #0740FD Navy Blue

📋 copy color: '#0740FD'

red 7 ◦ green 64 ◦ blue 253

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

Shades of Navy Blue #0740FD

Tints of Navy Blue #0740FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

 BLUE value IS 253 (99.22% from 255) = 78.09%

R = 2.16%
G = 19.75%
B = 78.09%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0740FD (or 0x0740FD) is known color: Navy Blue. HEX triplet: 07, 40 and FD. RGB value is (7,64,253). Sum of RGB (Red+Green+Blue) = 7+64+253=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #0740FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0740FD is #F8BF02. Grayscale: #434343. Windows color (decimal): -16301827 or 16596999. OLE color: 16596999.

HSL color Cylindrical-coordinate representation of color #0740FD: hue angle of 226.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0740FD is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 64 253 -
CMYK 0.97 0.75 0 0.01
HSL 226.1º 0.98% 0.51% -
HSV(B) 226.1º 0.97% 0.99% -
XYZ 19.65 10.8 93.98 -
YUV 68.5 232.12 84.13 -
System Red Green Blue C M Y K H S L
Decimal 7 64 253 0.97 0.75 0 0.01 226.1 0.98 0.51
Hex 7 40 FD 61 4B 0 1 E2 62 33
Octal 7 100 375 141 113 0 1 342 142 63
Binary 111 1000000 11111101 1100001 1001011 0 1 11100010 1100010 110011

Color Harmonies of #0740FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0740FD

Black with #0740FD

Text Example


Text Example

White with #0740FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0740FD; }

 p { color: rgb(7,64,253); }

 H1.HeaderClassName
 {
   color: #0740FD;
 }
 .AnyTagClassName
 {
   color: #0740FD;
 }
</style>

background-color css

<style>
 a { background-color: #0740FD; }

 a { background-color: rgb(7,64,253); }

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

border-color css

<style>
 span { border-color: #0740FD; }

 span { border-color: rgb(7,64,253); }

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