#074EE4

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

Shades of Navy Blue #074EE4

Tints of Navy Blue #074EE4

Color information

#074EE4 (or 0x074EE4) is unknown color: approx Navy Blue. HEX triplet: 07, 4E and E4. RGB value is (7,78,228). Sum of RGB (Red+Green+Blue) = 7+78+228=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 228 (89.45% from 255 or 72.84% from 313); Max value from RGB is 228 - color contains mainly: blue. Hex color #074EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074EE4 is #F8B11B. Grayscale: #494949. Windows color (decimal): -16298268 or 14962183. OLE color: 14962183.

HSL color Cylindrical-coordinate representation of color #074EE4: hue angle of 220.72º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074EE4 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB778228-
CMYK0.970.6600.11
HSL220.72º94.04%46.08%-
HSV(B)220.72º96.93%89.41%-
XYZ16.8211.174.65-
YUV73.87214.9880.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.24%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 228 (89.45% from 255) = 72.84%
R=2.24%
G=24.92%
B=72.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal7782280.970.6600.11220.7294.0446.08
Hex74EE461420Bdd5e2e
Octal711634414110201333513656
Binary1111001110111001001100001100001001011110111011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,78,228); }

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

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

 a { background-color: rgb(7,78,228); }

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

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

 span { border-color: rgb(7,78,228); }

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