Html Css Color HEX #1180AD Cerulean

📋 copy color: '#1180AD'

red 17 ◦ green 128 ◦ blue 173

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

Shades of Cerulean #1180AD

Tints of Cerulean #1180AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.25%

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

R = 5.35%
G = 40.25%
B = 54.4%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1180AD (or 0x1180AD) is known color: Cerulean. HEX triplet: 11, 80 and AD. RGB value is (17,128,173). Sum of RGB (Red+Green+Blue) = 17+128+173=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #1180AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1180AD is #EE7F52. Grayscale: #636363. Windows color (decimal): -15630163 or 11370513. OLE color: 11370513.

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

Color convert

RGB 17 128 173 -
CMYK 0.90 0.26 0 0.32
HSL 197.31º 0.82% 0.37% -
HSV(B) 197.31º 0.9% 0.68% -
XYZ 15.49 18.57 42.3 -
YUV 99.94 169.23 68.84 -
System Red Green Blue C M Y K H S L
Decimal 17 128 173 0.90 0.26 0 0.32 197.31 0.82 0.37
Hex 11 80 AD 5A 1A 0 20 C5 52 25
Octal 21 200 255 132 32 0 40 305 122 45
Binary 10001 10000000 10101101 1011010 11010 0 100000 11000101 1010010 100101

Color Harmonies of #1180AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1180AD

Black with #1180AD

Text Example


Text Example

White with #1180AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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