Html Css Color HEX #1180BD Cerulean

📋 copy color: '#1180BD'

red 17 ◦ green 128 ◦ blue 189

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

Shades of Cerulean #1180BD

Tints of Cerulean #1180BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.59%

R = 5.09%
G = 38.32%
B = 56.59%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1180BD (or 0x1180BD) is known color: Cerulean. HEX triplet: 11, 80 and BD. RGB value is (17,128,189). Sum of RGB (Red+Green+Blue) = 17+128+189=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #1180BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180BD is #EE7F42. Grayscale: #656565. Windows color (decimal): -15630147 or 12419089. OLE color: 12419089.

HSL color Cylindrical-coordinate representation of color #1180BD: hue angle of 201.28º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1180BD is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 128 189 -
CMYK 0.91 0.32 0 0.26
HSL 201.28º 0.83% 0.4% -
HSV(B) 201.28º 0.91% 0.74% -
XYZ 17.14 19.23 50.95 -
YUV 101.77 177.23 67.54 -
System Red Green Blue C M Y K H S L
Decimal 17 128 189 0.91 0.32 0 0.26 201.28 0.83 0.4
Hex 11 80 BD 5B 20 0 1A C9 53 28
Octal 21 200 275 133 40 0 32 311 123 50
Binary 10001 10000000 10111101 1011011 100000 0 11010 11001001 1010011 101000

Color Harmonies of #1180BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1180BD

Black with #1180BD

Text Example


Text Example

White with #1180BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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