Html Css Color HEX #1184AE Cerulean

📋 copy color: '#1184AE'

red 17 ◦ green 132 ◦ blue 174

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

Shades of Cerulean #1184AE

Tints of Cerulean #1184AE

RGB

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

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

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

R = 5.26%
G = 40.87%
B = 53.87%

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

#1184AE (or 0x1184AE) is known color: Cerulean. HEX triplet: 11, 84 and AE. RGB value is (17,132,174). Sum of RGB (Red+Green+Blue) = 17+132+174=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #1184AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1184AE is #EE7B51. Grayscale: #666666. Windows color (decimal): -15629138 or 11437073. OLE color: 11437073.

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

Color convert

RGB 17 132 174 -
CMYK 0.90 0.24 0 0.32
HSL 196.05º 0.82% 0.37% -
HSV(B) 196.05º 0.9% 0.68% -
XYZ 16.12 19.68 42.99 -
YUV 102.4 168.4 67.08 -
System Red Green Blue C M Y K H S L
Decimal 17 132 174 0.90 0.24 0 0.32 196.05 0.82 0.37
Hex 11 84 AE 5A 18 0 20 C4 52 25
Octal 21 204 256 132 30 0 40 304 122 45
Binary 10001 10000100 10101110 1011010 11000 0 100000 11000100 1010010 100101

Color Harmonies of #1184AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1184AE

Black with #1184AE

Text Example


Text Example

White with #1184AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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