Html Css Color HEX #1185AA Cerulean

📋 copy color: '#1185AA'

red 17 ◦ green 133 ◦ blue 170

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

Shades of Cerulean #1185AA

Tints of Cerulean #1185AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 5.31%
G = 41.56%
B = 53.13%

CMYK

 C value IS 0.9

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1185AA (or 0x1185AA) is known color: Cerulean. HEX triplet: 11, 85 and AA. RGB value is (17,133,170). Sum of RGB (Red+Green+Blue) = 17+133+170=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #1185AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1185AA is #EE7A55. Grayscale: #666666. Windows color (decimal): -15628886 or 11175185. OLE color: 11175185.

HSL color Cylindrical-coordinate representation of color #1185AA: hue angle of 194.51º 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 #1185AA is Cyan = 0.9, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 133 170 -
CMYK 0.9 0.22 0 0.33
HSL 194.51º 0.82% 0.37% -
HSV(B) 194.51º 0.9% 0.67% -
XYZ 15.87 19.8 41.01 -
YUV 102.53 166.07 66.99 -
System Red Green Blue C M Y K H S L
Decimal 17 133 170 0.9 0.22 0 0.33 194.51 0.82 0.37
Hex 11 85 AA 5A 16 0 21 C3 52 25
Octal 21 205 252 132 26 0 41 303 122 45
Binary 10001 10000101 10101010 1011010 10110 0 100001 11000011 1010010 100101

Color Harmonies of #1185AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1185AA

Black with #1185AA

Text Example


Text Example

White with #1185AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1185AA; }

 p { color: rgb(17,133,170); }

 H1.HeaderClassName
 {
   color: #1185AA;
 }
 .AnyTagClassName
 {
   color: #1185AA;
 }
</style>

background-color css

<style>
 a { background-color: #1185AA; }

 a { background-color: rgb(17,133,170); }

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

border-color css

<style>
 span { border-color: #1185AA; }

 span { border-color: rgb(17,133,170); }

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