Html Css Color HEX #1480AD Cerulean

📋 copy color: '#1480AD'

red 20 ◦ green 128 ◦ blue 173

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

Shades of Cerulean #1480AD

Tints of Cerulean #1480AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 6.23%
G = 39.88%
B = 53.89%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1480AD (or 0x1480AD) is known color: Cerulean. HEX triplet: 14, 80 and AD. RGB value is (20,128,173). Sum of RGB (Red+Green+Blue) = 20+128+173=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #1480AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1480AD is #EB7F52. Grayscale: #646464. Windows color (decimal): -15433555 or 11370516. OLE color: 11370516.

HSL color Cylindrical-coordinate representation of color #1480AD: hue angle of 197.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1480AD is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 128 173 -
CMYK 0.88 0.26 0 0.32
HSL 197.65º 0.79% 0.38% -
HSV(B) 197.65º 0.88% 0.68% -
XYZ 15.55 18.6 42.31 -
YUV 100.84 168.72 70.34 -
System Red Green Blue C M Y K H S L
Decimal 20 128 173 0.88 0.26 0 0.32 197.65 0.79 0.38
Hex 14 80 AD 58 1A 0 20 C6 4F 26
Octal 24 200 255 130 32 0 40 306 117 46
Binary 10100 10000000 10101101 1011000 11010 0 100000 11000110 1001111 100110

Color Harmonies of #1480AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1480AD

Black with #1480AD

Text Example


Text Example

White with #1480AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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