Html Css Color HEX #0741ED Navy Blue

📋 copy color: '#0741ED'

red 7 ◦ green 65 ◦ blue 237

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

Shades of Navy Blue #0741ED

Tints of Navy Blue #0741ED

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

 BLUE value IS 237 (92.97% from 255) = 76.7%

R = 2.27%
G = 21.04%
B = 76.7%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0741ED (or 0x0741ED) is known color: Navy Blue. HEX triplet: 07, 41 and ED. RGB value is (7,65,237). Sum of RGB (Red+Green+Blue) = 7+65+237=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 237 (92.97% from 255 or 76.70% from 309); Max value from RGB is 237 - color contains mainly: blue. Hex color #0741ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0741ED is #F8BE12. Grayscale: #424242. Windows color (decimal): -16301587 or 15548679. OLE color: 15548679.

HSL color Cylindrical-coordinate representation of color #0741ED: hue angle of 224.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0741ED is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 65 237 -
CMYK 0.97 0.73 0 0.07
HSL 224.87º 0.94% 0.48% -
HSV(B) 224.87º 0.97% 0.93% -
XYZ 17.26 9.94 81.13 -
YUV 67.27 223.78 85.01 -
System Red Green Blue C M Y K H S L
Decimal 7 65 237 0.97 0.73 0 0.07 224.87 0.94 0.48
Hex 7 41 ED 61 49 0 7 E1 5E 30
Octal 7 101 355 141 111 0 7 341 136 60
Binary 111 1000001 11101101 1100001 1001001 0 111 11100001 1011110 110000

Color Harmonies of #0741ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0741ED

Black with #0741ED

Text Example


Text Example

White with #0741ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0741ED; }

 p { color: rgb(7,65,237); }

 H1.HeaderClassName
 {
   color: #0741ED;
 }
 .AnyTagClassName
 {
   color: #0741ED;
 }
</style>

background-color css

<style>
 a { background-color: #0741ED; }

 a { background-color: rgb(7,65,237); }

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

border-color css

<style>
 span { border-color: #0741ED; }

 span { border-color: rgb(7,65,237); }

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