Html Css Color HEX #1182AB Cerulean

📋 copy color: '#1182AB'

red 17 ◦ green 130 ◦ blue 171

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

Shades of Cerulean #1182AB

Tints of Cerulean #1182AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 5.35%
G = 40.88%
B = 53.77%

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

#1182AB (or 0x1182AB) is known color: Cerulean. HEX triplet: 11, 82 and AB. RGB value is (17,130,171). Sum of RGB (Red+Green+Blue) = 17+130+171=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #1182AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1182AB is #EE7D54. Grayscale: #646464. Windows color (decimal): -15629653 or 11239953. OLE color: 11239953.

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

Color convert

RGB 17 130 171 -
CMYK 0.90 0.24 0 0.33
HSL 195.97º 0.82% 0.37% -
HSV(B) 195.97º 0.9% 0.67% -
XYZ 15.56 19.02 41.38 -
YUV 100.89 167.56 68.17 -
System Red Green Blue C M Y K H S L
Decimal 17 130 171 0.90 0.24 0 0.33 195.97 0.82 0.37
Hex 11 82 AB 5A 18 0 21 C4 52 25
Octal 21 202 253 132 30 0 41 304 122 45
Binary 10001 10000010 10101011 1011010 11000 0 100001 11000100 1010010 100101

Color Harmonies of #1182AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1182AB

Black with #1182AB

Text Example


Text Example

White with #1182AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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