Html Css Color HEX #1183BA Cerulean

📋 copy color: '#1183BA'

red 17 ◦ green 131 ◦ blue 186

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

Shades of Cerulean #1183BA

Tints of Cerulean #1183BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

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

R = 5.09%
G = 39.22%
B = 55.69%

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

#1183BA (or 0x1183BA) is known color: Cerulean. HEX triplet: 11, 83 and BA. RGB value is (17,131,186). Sum of RGB (Red+Green+Blue) = 17+131+186=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #1183BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183BA is #EE7C45. Grayscale: #666666. Windows color (decimal): -15629382 or 12223249. OLE color: 12223249.

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

Color convert

RGB 17 131 186 -
CMYK 0.91 0.30 0 0.27
HSL 199.53º 0.83% 0.4% -
HSV(B) 199.53º 0.91% 0.73% -
XYZ 17.21 19.9 49.39 -
YUV 103.18 174.73 66.53 -
System Red Green Blue C M Y K H S L
Decimal 17 131 186 0.91 0.30 0 0.27 199.53 0.83 0.4
Hex 11 83 BA 5B 1E 0 1B C8 53 28
Octal 21 203 272 133 36 0 33 310 123 50
Binary 10001 10000011 10111010 1011011 11110 0 11011 11001000 1010011 101000

Color Harmonies of #1183BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1183BA

Black with #1183BA

Text Example


Text Example

White with #1183BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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