Html Css Color HEX #1479CE Navy Blue

📋 copy color: '#1479CE'

red 20 ◦ green 121 ◦ blue 206

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

Shades of Navy Blue #1479CE

Tints of Navy Blue #1479CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.37%

R = 5.76%
G = 34.87%
B = 59.37%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1479CE (or 0x1479CE) is known color: Navy Blue. HEX triplet: 14, 79 and CE. RGB value is (20,121,206). Sum of RGB (Red+Green+Blue) = 20+121+206=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #1479CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479CE is #EB8631. Grayscale: #646464. Windows color (decimal): -15435314 or 13531412. OLE color: 13531412.

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

Color convert

RGB 20 121 206 -
CMYK 0.90 0.41 0 0.19
HSL 207.42º 0.82% 0.44% -
HSV(B) 207.42º 0.9% 0.81% -
XYZ 18.27 18.28 60.96 -
YUV 100.49 187.54 70.59 -
System Red Green Blue C M Y K H S L
Decimal 20 121 206 0.90 0.41 0 0.19 207.42 0.82 0.44
Hex 14 79 CE 5A 29 0 13 CF 52 2C
Octal 24 171 316 132 51 0 23 317 122 54
Binary 10100 1111001 11001110 1011010 101001 0 10011 11001111 1010010 101100

Color Harmonies of #1479CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1479CE

Black with #1479CE

Text Example


Text Example

White with #1479CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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