Html Css Color HEX #1182BB Cerulean

📋 copy color: '#1182BB'

red 17 ◦ green 130 ◦ blue 187

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

Shades of Cerulean #1182BB

Tints of Cerulean #1182BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.92%

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 5.09%
G = 38.92%
B = 55.99%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1182BB (or 0x1182BB) is known color: Cerulean. HEX triplet: 11, 82 and BB. RGB value is (17,130,187). Sum of RGB (Red+Green+Blue) = 17+130+187=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #1182BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1182BB is #EE7D44. Grayscale: #666666. Windows color (decimal): -15629637 or 12288529. OLE color: 12288529.

HSL color Cylindrical-coordinate representation of color #1182BB: hue angle of 200.12º 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 #1182BB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 130 187 -
CMYK 0.91 0.30 0 0.27
HSL 200.12º 0.83% 0.4% -
HSV(B) 200.12º 0.91% 0.73% -
XYZ 17.18 19.67 49.91 -
YUV 102.71 175.56 66.87 -
System Red Green Blue C M Y K H S L
Decimal 17 130 187 0.91 0.30 0 0.27 200.12 0.83 0.4
Hex 11 82 BB 5B 1E 0 1B C8 53 28
Octal 21 202 273 133 36 0 33 310 123 50
Binary 10001 10000010 10111011 1011011 11110 0 11011 11001000 1010011 101000

Color Harmonies of #1182BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1182BB

Black with #1182BB

Text Example


Text Example

White with #1182BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1182BB; }

 p { color: rgb(17,130,187); }

 H1.HeaderClassName
 {
   color: #1182BB;
 }
 .AnyTagClassName
 {
   color: #1182BB;
 }
</style>

background-color css

<style>
 a { background-color: #1182BB; }

 a { background-color: rgb(17,130,187); }

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

border-color css

<style>
 span { border-color: #1182BB; }

 span { border-color: rgb(17,130,187); }

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