Html Css Color HEX #1184AB Cerulean

📋 copy color: '#1184AB'

red 17 ◦ green 132 ◦ blue 171

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

Shades of Cerulean #1184AB

Tints of Cerulean #1184AB

RGB

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

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

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

R = 5.31%
G = 41.25%
B = 53.44%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1184AB (or 0x1184AB) is known color: Cerulean. HEX triplet: 11, 84 and AB. RGB value is (17,132,171). Sum of RGB (Red+Green+Blue) = 17+132+171=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #1184AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1184AB is #EE7B54. Grayscale: #656565. Windows color (decimal): -15629141 or 11240465. OLE color: 11240465.

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

Color convert

RGB 17 132 171 -
CMYK 0.90 0.23 0 0.33
HSL 195.19º 0.82% 0.37% -
HSV(B) 195.19º 0.9% 0.67% -
XYZ 15.83 19.56 41.47 -
YUV 102.06 166.9 67.33 -
System Red Green Blue C M Y K H S L
Decimal 17 132 171 0.90 0.23 0 0.33 195.19 0.82 0.37
Hex 11 84 AB 5A 17 0 21 C3 52 25
Octal 21 204 253 132 27 0 41 303 122 45
Binary 10001 10000100 10101011 1011010 10111 0 100001 11000011 1010010 100101

Color Harmonies of #1184AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1184AB

Black with #1184AB

Text Example


Text Example

White with #1184AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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