Html Css Color HEX #1480CF Navy Blue

📋 copy color: '#1480CF'

red 20 ◦ green 128 ◦ blue 207

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

Shades of Navy Blue #1480CF

Tints of Navy Blue #1480CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.31%

R = 5.63%
G = 36.06%
B = 58.31%

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

#1480CF (or 0x1480CF) is known color: Navy Blue. HEX triplet: 14, 80 and CF. RGB value is (20,128,207). Sum of RGB (Red+Green+Blue) = 20+128+207=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #1480CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1480CF is #EB7F30. Grayscale: #686868. Windows color (decimal): -15433521 or 13598740. OLE color: 13598740.

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

Color convert

RGB 20 128 207 -
CMYK 0.90 0.38 0 0.19
HSL 205.35º 0.82% 0.45% -
HSV(B) 205.35º 0.9% 0.81% -
XYZ 19.27 20.09 61.89 -
YUV 104.71 185.72 67.58 -
System Red Green Blue C M Y K H S L
Decimal 20 128 207 0.90 0.38 0 0.19 205.35 0.82 0.45
Hex 14 80 CF 5A 26 0 13 CD 52 2D
Octal 24 200 317 132 46 0 23 315 122 55
Binary 10100 10000000 11001111 1011010 100110 0 10011 11001101 1010010 101101

Color Harmonies of #1480CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1480CF

Black with #1480CF

Text Example


Text Example

White with #1480CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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