Html Css Color HEX #074FE9 Navy Blue

📋 copy color: '#074FE9'

red 7 ◦ green 79 ◦ blue 233

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

Shades of Navy Blue #074FE9

Tints of Navy Blue #074FE9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

 BLUE value IS 233 (91.41% from 255) = 73.04%

R = 2.19%
G = 24.76%
B = 73.04%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#074FE9 (or 0x074FE9) is known color: Navy Blue. HEX triplet: 07, 4F and E9. RGB value is (7,79,233). Sum of RGB (Red+Green+Blue) = 7+79+233=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 233 (91.41% from 255 or 73.04% from 319); Max value from RGB is 233 - color contains mainly: blue. Hex color #074FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #074FE9 is #F8B016. Grayscale: #4A4A4A. Windows color (decimal): -16298007 or 15290119. OLE color: 15290119.

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

Color convert

RGB 7 79 233 -
CMYK 0.97 0.66 0 0.09
HSL 220.89º 0.94% 0.47% -
HSV(B) 220.89º 0.97% 0.91% -
XYZ 17.59 11.52 78.39 -
YUV 75.03 217.15 79.48 -
System Red Green Blue C M Y K H S L
Decimal 7 79 233 0.97 0.66 0 0.09 220.89 0.94 0.47
Hex 7 4F E9 61 42 0 9 DD 5E 2F
Octal 7 117 351 141 102 0 11 335 136 57
Binary 111 1001111 11101001 1100001 1000010 0 1001 11011101 1011110 101111

Color Harmonies of #074FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074FE9

Black with #074FE9

Text Example


Text Example

White with #074FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,79,233); }

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

background-color css

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

 a { background-color: rgb(7,79,233); }

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

border-color css

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

 span { border-color: rgb(7,79,233); }

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