Html Css Color HEX #1181BA Cerulean

📋 copy color: '#1181BA'

red 17 ◦ green 129 ◦ blue 186

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

Shades of Cerulean #1181BA

Tints of Cerulean #1181BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 5.12%
G = 38.86%
B = 56.02%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1181BA (or 0x1181BA) is known color: Cerulean. HEX triplet: 11, 81 and BA. RGB value is (17,129,186). Sum of RGB (Red+Green+Blue) = 17+129+186=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #1181BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1181BA is #EE7E45. Grayscale: #656565. Windows color (decimal): -15629894 or 12222737. OLE color: 12222737.

HSL color Cylindrical-coordinate representation of color #1181BA: hue angle of 200.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1181BA is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 129 186 -
CMYK 0.91 0.31 0 0.27
HSL 200.24º 0.83% 0.4% -
HSV(B) 200.24º 0.91% 0.73% -
XYZ 16.94 19.36 49.3 -
YUV 102.01 175.39 67.37 -
System Red Green Blue C M Y K H S L
Decimal 17 129 186 0.91 0.31 0 0.27 200.24 0.83 0.4
Hex 11 81 BA 5B 1F 0 1B C8 53 28
Octal 21 201 272 133 37 0 33 310 123 50
Binary 10001 10000001 10111010 1011011 11111 0 11011 11001000 1010011 101000

Color Harmonies of #1181BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1181BA

Black with #1181BA

Text Example


Text Example

White with #1181BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1181BA; }

 p { color: rgb(17,129,186); }

 H1.HeaderClassName
 {
   color: #1181BA;
 }
 .AnyTagClassName
 {
   color: #1181BA;
 }
</style>

background-color css

<style>
 a { background-color: #1181BA; }

 a { background-color: rgb(17,129,186); }

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

border-color css

<style>
 span { border-color: #1181BA; }

 span { border-color: rgb(17,129,186); }

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