Html Css Color HEX #0741EB Navy Blue

📋 copy color: '#0741EB'

red 7 ◦ green 65 ◦ blue 235

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

Shades of Navy Blue #0741EB

Tints of Navy Blue #0741EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 76.55%

R = 2.28%
G = 21.17%
B = 76.55%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0741EB (or 0x0741EB) is known color: Navy Blue. HEX triplet: 07, 41 and EB. RGB value is (7,65,235). Sum of RGB (Red+Green+Blue) = 7+65+235=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #0741EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0741EB is #F8BE14. Grayscale: #424242. Windows color (decimal): -16301589 or 15417607. OLE color: 15417607.

HSL color Cylindrical-coordinate representation of color #0741EB: hue angle of 224.74º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0741EB is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 65 235 -
CMYK 0.97 0.72 0 0.08
HSL 224.74º 0.94% 0.47% -
HSV(B) 224.74º 0.97% 0.92% -
XYZ 16.97 9.82 79.6 -
YUV 67.04 222.78 85.18 -
System Red Green Blue C M Y K H S L
Decimal 7 65 235 0.97 0.72 0 0.08 224.74 0.94 0.47
Hex 7 41 EB 61 48 0 8 E1 5E 2F
Octal 7 101 353 141 110 0 10 341 136 57
Binary 111 1000001 11101011 1100001 1001000 0 1000 11100001 1011110 101111

Color Harmonies of #0741EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0741EB

Black with #0741EB

Text Example


Text Example

White with #0741EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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