Html Css Color HEX #1185AD Cerulean

📋 copy color: '#1185AD'

red 17 ◦ green 133 ◦ blue 173

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

Shades of Cerulean #1185AD

Tints of Cerulean #1185AD

RGB

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

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

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

R = 5.26%
G = 41.18%
B = 53.56%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1185AD (or 0x1185AD) is known color: Cerulean. HEX triplet: 11, 85 and AD. RGB value is (17,133,173). Sum of RGB (Red+Green+Blue) = 17+133+173=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #1185AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1185AD is #EE7A52. Grayscale: #666666. Windows color (decimal): -15628883 or 11371793. OLE color: 11371793.

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

Color convert

RGB 17 133 173 -
CMYK 0.90 0.23 0 0.32
HSL 195.38º 0.82% 0.37% -
HSV(B) 195.38º 0.9% 0.68% -
XYZ 16.16 19.91 42.53 -
YUV 102.88 167.57 66.75 -
System Red Green Blue C M Y K H S L
Decimal 17 133 173 0.90 0.23 0 0.32 195.38 0.82 0.37
Hex 11 85 AD 5A 17 0 20 C3 52 25
Octal 21 205 255 132 27 0 40 303 122 45
Binary 10001 10000101 10101101 1011010 10111 0 100000 11000011 1010010 100101

Color Harmonies of #1185AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1185AD

Black with #1185AD

Text Example


Text Example

White with #1185AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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