Html Css Color HEX #1182AC Cerulean

📋 copy color: '#1182AC'

red 17 ◦ green 130 ◦ blue 172

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

Shades of Cerulean #1182AC

Tints of Cerulean #1182AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

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

R = 5.33%
G = 40.75%
B = 53.92%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1182AC (or 0x1182AC) is known color: Cerulean. HEX triplet: 11, 82 and AC. RGB value is (17,130,172). Sum of RGB (Red+Green+Blue) = 17+130+172=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #1182AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1182AC is #EE7D53. Grayscale: #646464. Windows color (decimal): -15629652 or 11305489. OLE color: 11305489.

HSL color Cylindrical-coordinate representation of color #1182AC: hue angle of 196.26º 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 #1182AC is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 130 172 -
CMYK 0.90 0.24 0 0.33
HSL 196.26º 0.82% 0.37% -
HSV(B) 196.26º 0.9% 0.67% -
XYZ 15.66 19.06 41.88 -
YUV 101 168.06 68.08 -
System Red Green Blue C M Y K H S L
Decimal 17 130 172 0.90 0.24 0 0.33 196.26 0.82 0.37
Hex 11 82 AC 5A 18 0 21 C4 52 25
Octal 21 202 254 132 30 0 41 304 122 45
Binary 10001 10000010 10101100 1011010 11000 0 100001 11000100 1010010 100101

Color Harmonies of #1182AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1182AC

Black with #1182AC

Text Example


Text Example

White with #1182AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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