Html Css Color HEX #1182AE Cerulean

📋 copy color: '#1182AE'

red 17 ◦ green 130 ◦ blue 174

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

Shades of Cerulean #1182AE

Tints of Cerulean #1182AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.21%

R = 5.3%
G = 40.5%
B = 54.21%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1182AE (or 0x1182AE) is known color: Cerulean. HEX triplet: 11, 82 and AE. RGB value is (17,130,174). Sum of RGB (Red+Green+Blue) = 17+130+174=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #1182AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1182AE is #EE7D51. Grayscale: #646464. Windows color (decimal): -15629650 or 11436561. OLE color: 11436561.

HSL color Cylindrical-coordinate representation of color #1182AE: hue angle of 196.82º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1182AE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 130 174 -
CMYK 0.90 0.25 0 0.32
HSL 196.82º 0.82% 0.37% -
HSV(B) 196.82º 0.9% 0.68% -
XYZ 15.85 19.14 42.9 -
YUV 101.23 169.06 67.92 -
System Red Green Blue C M Y K H S L
Decimal 17 130 174 0.90 0.25 0 0.32 196.82 0.82 0.37
Hex 11 82 AE 5A 19 0 20 C5 52 25
Octal 21 202 256 132 31 0 40 305 122 45
Binary 10001 10000010 10101110 1011010 11001 0 100000 11000101 1010010 100101

Color Harmonies of #1182AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1182AE

Black with #1182AE

Text Example


Text Example

White with #1182AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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