Html Css Color HEX #1185AB Cerulean

📋 copy color: '#1185AB'

red 17 ◦ green 133 ◦ blue 171

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

Shades of Cerulean #1185AB

Tints of Cerulean #1185AB

RGB

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

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

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

R = 5.3%
G = 41.43%
B = 53.27%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1185AB (or 0x1185AB) is known color: Cerulean. HEX triplet: 11, 85 and AB. RGB value is (17,133,171). Sum of RGB (Red+Green+Blue) = 17+133+171=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #1185AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1185AB is #EE7A54. Grayscale: #666666. Windows color (decimal): -15628885 or 11240721. OLE color: 11240721.

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

Color convert

RGB 17 133 171 -
CMYK 0.90 0.22 0 0.33
HSL 194.81º 0.82% 0.37% -
HSV(B) 194.81º 0.9% 0.67% -
XYZ 15.97 19.83 41.51 -
YUV 102.65 166.57 66.91 -
System Red Green Blue C M Y K H S L
Decimal 17 133 171 0.90 0.22 0 0.33 194.81 0.82 0.37
Hex 11 85 AB 5A 16 0 21 C3 52 25
Octal 21 205 253 132 26 0 41 303 122 45
Binary 10001 10000101 10101011 1011010 10110 0 100001 11000011 1010010 100101

Color Harmonies of #1185AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1185AB

Black with #1185AB

Text Example


Text Example

White with #1185AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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