Html Css Color HEX #074AE8 Navy Blue

📋 copy color: '#074AE8'

red 7 ◦ green 74 ◦ blue 232

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

Shades of Navy Blue #074AE8

Tints of Navy Blue #074AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 74.12%

R = 2.24%
G = 23.64%
B = 74.12%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#074AE8 (or 0x074AE8) is known color: Navy Blue. HEX triplet: 07, 4A and E8. RGB value is (7,74,232). Sum of RGB (Red+Green+Blue) = 7+74+232=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 232 (91.02% from 255 or 74.12% from 313); Max value from RGB is 232 - color contains mainly: blue. Hex color #074AE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074AE8 is #F8B517. Grayscale: #474747. Windows color (decimal): -16299288 or 15223303. OLE color: 15223303.

HSL color Cylindrical-coordinate representation of color #074AE8: hue angle of 222.13º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074AE8 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 7 74 232 -
CMYK 0.97 0.68 0 0.09
HSL 222.13º 0.94% 0.47% -
HSV(B) 222.13º 0.97% 0.91% -
XYZ 17.1 10.77 77.52 -
YUV 71.98 218.3 81.65 -
System Red Green Blue C M Y K H S L
Decimal 7 74 232 0.97 0.68 0 0.09 222.13 0.94 0.47
Hex 7 4A E8 61 44 0 9 DE 5E 2F
Octal 7 112 350 141 104 0 11 336 136 57
Binary 111 1001010 11101000 1100001 1000100 0 1001 11011110 1011110 101111

Color Harmonies of #074AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074AE8

Black with #074AE8

Text Example


Text Example

White with #074AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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