Html Css Color HEX #1484AC Cerulean

📋 copy color: '#1484AC'

red 20 ◦ green 132 ◦ blue 172

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

Shades of Cerulean #1484AC

Tints of Cerulean #1484AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

 BLUE value IS 172 (67.58% from 255) = 53.09%

R = 6.17%
G = 40.74%
B = 53.09%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1484AC (or 0x1484AC) is known color: Cerulean. HEX triplet: 14, 84 and AC. RGB value is (20,132,172). Sum of RGB (Red+Green+Blue) = 20+132+172=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #1484AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1484AC is #EB7B53. Grayscale: #666666. Windows color (decimal): -15432532 or 11306004. OLE color: 11306004.

HSL color Cylindrical-coordinate representation of color #1484AC: hue angle of 195.79º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1484AC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 132 172 -
CMYK 0.88 0.23 0 0.33
HSL 195.79º 0.79% 0.38% -
HSV(B) 195.79º 0.88% 0.67% -
XYZ 15.99 19.63 41.98 -
YUV 103.07 166.89 68.75 -
System Red Green Blue C M Y K H S L
Decimal 20 132 172 0.88 0.23 0 0.33 195.79 0.79 0.38
Hex 14 84 AC 58 17 0 21 C4 4F 26
Octal 24 204 254 130 27 0 41 304 117 46
Binary 10100 10000100 10101100 1011000 10111 0 100001 11000100 1001111 100110

Color Harmonies of #1484AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1484AC

Black with #1484AC

Text Example


Text Example

White with #1484AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1484AC; }

 p { color: rgb(20,132,172); }

 H1.HeaderClassName
 {
   color: #1484AC;
 }
 .AnyTagClassName
 {
   color: #1484AC;
 }
</style>

background-color css

<style>
 a { background-color: #1484AC; }

 a { background-color: rgb(20,132,172); }

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

border-color css

<style>
 span { border-color: #1484AC; }

 span { border-color: rgb(20,132,172); }

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