#1479C7

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

Shades of Navy Blue #1479C7

Tints of Navy Blue #1479C7

Color information

#1479C7 (or 0x1479C7) is unknown color: approx Navy Blue. HEX triplet: 14, 79 and C7. RGB value is (20,121,199). Sum of RGB (Red+Green+Blue) = 20+121+199=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 199 (78.12% from 255 or 58.53% from 340); Max value from RGB is 199 - color contains mainly: blue. Hex color #1479C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479C7 is #EB8638. Grayscale: #636363. Windows color (decimal): -15435321 or 13072660. OLE color: 13072660.

HSL color Cylindrical-coordinate representation of color #1479C7: hue angle of 206.15º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1479C7 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB20121199-
CMYK0.900.3900.22
HSL206.15º81.74%42.94%-
HSV(B)206.15º89.95%78.04%-
XYZ17.4317.9556.58-
YUV99.69184.0471.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.88%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 199 (78.12% from 255) = 58.53%
R=5.88%
G=35.59%
B=58.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal201211990.900.3900.22206.1581.7442.94
Hex1479C75A27016ce522b
Octal241713071324702631612253
Binary101001111001110001111011010100111010110110011101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1479C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1479C7; }

 p { color: rgb(20,121,199); }

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

<style>
 a { background-color: #1479C7; }

 a { background-color: rgb(20,121,199); }

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

<style>
 span { border-color: #1479C7; }

 span { border-color: rgb(20,121,199); }

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