#074dde

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

Shades of Navy Blue #074DDE

Tints of Navy Blue #074DDE

Color information

#074DDE (or 0x074DDE) is unknown color: approx Navy Blue. HEX triplet: 07, 4D and DE. RGB value is (7,77,222). Sum of RGB (Red+Green+Blue) = 7+77+222=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #074DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DDE is #F8B221. Grayscale: #474747. Windows color (decimal): -16298530 or 14568711. OLE color: 14568711.

HSL color Cylindrical-coordinate representation of color #074DDE: hue angle of 220.47º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074DDE is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB777222-
CMYK0.970.6500.13
HSL220.47º93.89%44.9%-
HSV(B)220.47º96.85%87.06%-
XYZ15.9310.6370.32-
YUV72.6212.3181.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.29%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 222 (87.11% from 255) = 72.55%
R=2.29%
G=25.16%
B=72.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7772220.970.6500.13220.4793.8944.9
Hex74DDE61410Ddc5e2d
Octal711533614110101533413655
Binary1111001101110111101100001100000101101110111001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074dde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,77,222); }

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

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

 a { background-color: rgb(7,77,222); }

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

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

 span { border-color: rgb(7,77,222); }

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