#074FD6

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

Shades of Navy Blue #074FD6

Tints of Navy Blue #074FD6

Color information

#074FD6 (or 0x074FD6) is unknown color: approx Navy Blue. HEX triplet: 07, 4F and D6. RGB value is (7,79,214). Sum of RGB (Red+Green+Blue) = 7+79+214=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 214 (83.98% from 255 or 71.33% from 300); Max value from RGB is 214 - color contains mainly: blue. Hex color #074FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074FD6 is #F8B029. Grayscale: #484848. Windows color (decimal): -16298026 or 14044935. OLE color: 14044935.

HSL color Cylindrical-coordinate representation of color #074FD6: hue angle of 219.13º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074FD6 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB779214-
CMYK0.970.6300.16
HSL219.13º93.67%43.33%-
HSV(B)219.13º96.73%83.92%-
XYZ15.0210.4964.85-
YUV72.86207.6581.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.33%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 214 (83.98% from 255) = 71.33%
R=2.33%
G=26.33%
B=71.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal7792140.970.6300.16219.1393.6743.33
Hex74FD6613F010db5e2b
Octal71173261417702033313653
Binary1111001111110101101100001111111010000110110111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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