Html Css Color HEX #1480CE Navy Blue

📋 copy color: '#1480CE'

red 20 ◦ green 128 ◦ blue 206

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

Shades of Navy Blue #1480CE

Tints of Navy Blue #1480CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 5.65%
G = 36.16%
B = 58.19%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1480CE (or 0x1480CE) is known color: Navy Blue. HEX triplet: 14, 80 and CE. RGB value is (20,128,206). Sum of RGB (Red+Green+Blue) = 20+128+206=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #1480CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1480CE is #EB7F31. Grayscale: #686868. Windows color (decimal): -15433522 or 13533204. OLE color: 13533204.

HSL color Cylindrical-coordinate representation of color #1480CE: hue angle of 205.16º 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 #1480CE is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 128 206 -
CMYK 0.90 0.38 0 0.19
HSL 205.16º 0.82% 0.44% -
HSV(B) 205.16º 0.9% 0.81% -
XYZ 19.15 20.04 61.25 -
YUV 104.6 185.22 67.66 -
System Red Green Blue C M Y K H S L
Decimal 20 128 206 0.90 0.38 0 0.19 205.16 0.82 0.44
Hex 14 80 CE 5A 26 0 13 CD 52 2C
Octal 24 200 316 132 46 0 23 315 122 54
Binary 10100 10000000 11001110 1011010 100110 0 10011 11001101 1010010 101100

Color Harmonies of #1480CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1480CE

Black with #1480CE

Text Example


Text Example

White with #1480CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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