Html Css Color HEX #1480A8 Cerulean

📋 copy color: '#1480A8'

red 20 ◦ green 128 ◦ blue 168

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

Shades of Cerulean #1480A8

Tints of Cerulean #1480A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 53.16%

R = 6.33%
G = 40.51%
B = 53.16%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1480A8 (or 0x1480A8) is known color: Cerulean. HEX triplet: 14, 80 and A8. RGB value is (20,128,168). Sum of RGB (Red+Green+Blue) = 20+128+168=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 168 (66.02% from 255 or 53.16% from 316); Max value from RGB is 168 - color contains mainly: blue. Hex color #1480A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1480A8 is #EB7F57. Grayscale: #646464. Windows color (decimal): -15433560 or 11042836. OLE color: 11042836.

HSL color Cylindrical-coordinate representation of color #1480A8: hue angle of 196.22º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1480A8 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 128 168 -
CMYK 0.88 0.24 0 0.34
HSL 196.22º 0.79% 0.37% -
HSV(B) 196.22º 0.88% 0.66% -
XYZ 15.08 18.41 39.81 -
YUV 100.27 166.22 70.75 -
System Red Green Blue C M Y K H S L
Decimal 20 128 168 0.88 0.24 0 0.34 196.22 0.79 0.37
Hex 14 80 A8 58 18 0 22 C4 4F 25
Octal 24 200 250 130 30 0 42 304 117 45
Binary 10100 10000000 10101000 1011000 11000 0 100010 11000100 1001111 100101

Color Harmonies of #1480A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1480A8

Black with #1480A8

Text Example


Text Example

White with #1480A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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