Html Css Color HEX #074AEE Navy Blue

📋 copy color: '#074AEE'

red 7 ◦ green 74 ◦ blue 238

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

Shades of Navy Blue #074AEE

Tints of Navy Blue #074AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.2%

 BLUE value IS 238 (93.36% from 255) = 74.61%

R = 2.19%
G = 23.2%
B = 74.61%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#074AEE (or 0x074AEE) is known color: Navy Blue. HEX triplet: 07, 4A and EE. RGB value is (7,74,238). Sum of RGB (Red+Green+Blue) = 7+74+238=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #074AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074AEE is #F8B511. Grayscale: #474747. Windows color (decimal): -16299282 or 15616519. OLE color: 15616519.

HSL color Cylindrical-coordinate representation of color #074AEE: hue angle of 222.6º 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 #074AEE is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 74 238 -
CMYK 0.97 0.69 0 0.07
HSL 222.6º 0.94% 0.48% -
HSV(B) 222.6º 0.97% 0.93% -
XYZ 17.97 11.12 82.09 -
YUV 72.66 221.3 81.16 -
System Red Green Blue C M Y K H S L
Decimal 7 74 238 0.97 0.69 0 0.07 222.6 0.94 0.48
Hex 7 4A EE 61 45 0 7 DF 5E 30
Octal 7 112 356 141 105 0 7 337 136 60
Binary 111 1001010 11101110 1100001 1000101 0 111 11011111 1011110 110000

Color Harmonies of #074AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074AEE

Black with #074AEE

Text Example


Text Example

White with #074AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074AEE; }

 p { color: rgb(7,74,238); }

 H1.HeaderClassName
 {
   color: #074AEE;
 }
 .AnyTagClassName
 {
   color: #074AEE;
 }
</style>

background-color css

<style>
 a { background-color: #074AEE; }

 a { background-color: rgb(7,74,238); }

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

border-color css

<style>
 span { border-color: #074AEE; }

 span { border-color: rgb(7,74,238); }

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