Html Css Color HEX #0744EF Navy Blue

📋 copy color: '#0744EF'

red 7 ◦ green 68 ◦ blue 239

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

Shades of Navy Blue #0744EF

Tints of Navy Blue #0744EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

 BLUE value IS 239 (93.75% from 255) = 76.11%

R = 2.23%
G = 21.66%
B = 76.11%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0744EF (or 0x0744EF) is known color: Navy Blue. HEX triplet: 07, 44 and EF. RGB value is (7,68,239). Sum of RGB (Red+Green+Blue) = 7+68+239=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #0744EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0744EF is #F8BB10. Grayscale: #444444. Windows color (decimal): -16300817 or 15680519. OLE color: 15680519.

HSL color Cylindrical-coordinate representation of color #0744EF: hue angle of 224.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0744EF is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 68 239 -
CMYK 0.97 0.72 0 0.06
HSL 224.22º 0.94% 0.48% -
HSV(B) 224.22º 0.97% 0.94% -
XYZ 17.73 10.41 82.74 -
YUV 69.26 223.79 83.6 -
System Red Green Blue C M Y K H S L
Decimal 7 68 239 0.97 0.72 0 0.06 224.22 0.94 0.48
Hex 7 44 EF 61 48 0 6 E0 5E 30
Octal 7 104 357 141 110 0 6 340 136 60
Binary 111 1000100 11101111 1100001 1001000 0 110 11100000 1011110 110000

Color Harmonies of #0744EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0744EF

Black with #0744EF

Text Example


Text Example

White with #0744EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0744EF; }

 p { color: rgb(7,68,239); }

 H1.HeaderClassName
 {
   color: #0744EF;
 }
 .AnyTagClassName
 {
   color: #0744EF;
 }
</style>

background-color css

<style>
 a { background-color: #0744EF; }

 a { background-color: rgb(7,68,239); }

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

border-color css

<style>
 span { border-color: #0744EF; }

 span { border-color: rgb(7,68,239); }

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