Html Css Color HEX #1180AC Cerulean

📋 copy color: '#1180AC'

red 17 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #1180AC

Tints of Cerulean #1180AC

RGB

 RED value IS 17 (7.03% from 255) = 5.36%

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

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

R = 5.36%
G = 40.38%
B = 54.26%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1180AC (or 0x1180AC) is known color: Cerulean. HEX triplet: 11, 80 and AC. RGB value is (17,128,172). Sum of RGB (Red+Green+Blue) = 17+128+172=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #1180AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1180AC is #EE7F53. Grayscale: #636363. Windows color (decimal): -15630164 or 11304977. OLE color: 11304977.

HSL color Cylindrical-coordinate representation of color #1180AC: hue angle of 197.03º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1180AC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 128 172 -
CMYK 0.90 0.26 0 0.33
HSL 197.03º 0.82% 0.37% -
HSV(B) 197.03º 0.9% 0.67% -
XYZ 15.4 18.54 41.8 -
YUV 99.83 168.73 68.92 -
System Red Green Blue C M Y K H S L
Decimal 17 128 172 0.90 0.26 0 0.33 197.03 0.82 0.37
Hex 11 80 AC 5A 1A 0 21 C5 52 25
Octal 21 200 254 132 32 0 41 305 122 45
Binary 10001 10000000 10101100 1011010 11010 0 100001 11000101 1010010 100101

Color Harmonies of #1180AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1180AC

Black with #1180AC

Text Example


Text Example

White with #1180AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,128,172); }

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

background-color css

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

 a { background-color: rgb(17,128,172); }

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

border-color css

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

 span { border-color: rgb(17,128,172); }

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