#074AEB

Color #074AEB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #074AEB

Tints of Navy Blue #074AEB

Color information

#074AEB (or 0x074AEB) is unknown color: approx Navy Blue. HEX triplet: 07, 4A and EB. RGB value is (7,74,235). Sum of RGB (Red+Green+Blue) = 7+74+235=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #074AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074AEB is #F8B514. Grayscale: #474747. Windows color (decimal): -16299285 or 15419911. OLE color: 15419911.

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

Color convert

RGB774235-
CMYK0.970.6900.08
HSL222.37º94.21%47.45%-
HSV(B)222.37º97.02%92.16%-
XYZ17.5310.9479.79-
YUV72.32219.881.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.22%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 235 (92.19% from 255) = 74.37%
R=2.22%
G=23.42%
B=74.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal7742350.970.6900.08222.3794.2147.45
Hex74AEB614508de5e2f
Octal711235314110501033613657
Binary1111001010111010111100001100010101000110111101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #074AEB;
 }
 .AnyTagClassName
 {
   color: #074AEB;
 }
</style>
background-color css

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

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

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

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

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

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