Html Css Color HEX #1479CD Navy Blue

📋 copy color: '#1479CD'

red 20 ◦ green 121 ◦ blue 205

#1479CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1479CD

Tints of Navy Blue #1479CD

RGB

 RED value IS 20 (8.2% from 255) = 5.78%

 GREEN value IS 121 (47.66% from 255) = 34.97%

 BLUE value IS 205 (80.47% from 255) = 59.25%

R = 5.78%
G = 34.97%
B = 59.25%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1479CD (or 0x1479CD) is known color: Navy Blue. HEX triplet: 14, 79 and CD. RGB value is (20,121,205). Sum of RGB (Red+Green+Blue) = 20+121+205=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #1479CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479CD is #EB8632. Grayscale: #636363. Windows color (decimal): -15435315 or 13465876. OLE color: 13465876.

HSL color Cylindrical-coordinate representation of color #1479CD: hue angle of 207.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1479CD is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 121 205 -
CMYK 0.90 0.41 0 0.20
HSL 207.24º 0.82% 0.44% -
HSV(B) 207.24º 0.9% 0.8% -
XYZ 18.15 18.23 60.32 -
YUV 100.38 187.04 70.67 -
System Red Green Blue C M Y K H S L
Decimal 20 121 205 0.90 0.41 0 0.20 207.24 0.82 0.44
Hex 14 79 CD 5A 29 0 14 CF 52 2C
Octal 24 171 315 132 51 0 24 317 122 54
Binary 10100 1111001 11001101 1011010 101001 0 10100 11001111 1010010 101100

Color Harmonies of #1479CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1479CD

Black with #1479CD

Text Example


Text Example

White with #1479CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1479CD;
 }
 .AnyTagClassName
 {
   color: #1479CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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