Html Css Color HEX #1184AD Cerulean

📋 copy color: '#1184AD'

red 17 ◦ green 132 ◦ blue 173

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

Shades of Cerulean #1184AD

Tints of Cerulean #1184AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 5.28%
G = 40.99%
B = 53.73%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1184AD (or 0x1184AD) is known color: Cerulean. HEX triplet: 11, 84 and AD. RGB value is (17,132,173). Sum of RGB (Red+Green+Blue) = 17+132+173=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #1184AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1184AD is #EE7B52. Grayscale: #666666. Windows color (decimal): -15629139 or 11371537. OLE color: 11371537.

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

Color convert

RGB 17 132 173 -
CMYK 0.90 0.24 0 0.32
HSL 195.77º 0.82% 0.37% -
HSV(B) 195.77º 0.9% 0.68% -
XYZ 16.03 19.64 42.48 -
YUV 102.29 167.9 67.17 -
System Red Green Blue C M Y K H S L
Decimal 17 132 173 0.90 0.24 0 0.32 195.77 0.82 0.37
Hex 11 84 AD 5A 18 0 20 C4 52 25
Octal 21 204 255 132 30 0 40 304 122 45
Binary 10001 10000100 10101101 1011010 11000 0 100000 11000100 1010010 100101

Color Harmonies of #1184AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1184AD

Black with #1184AD

Text Example


Text Example

White with #1184AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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