Html Css Color HEX #1179BA Cerulean

📋 copy color: '#1179BA'

red 17 ◦ green 121 ◦ blue 186

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

Shades of Cerulean #1179BA

Tints of Cerulean #1179BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 5.25%
G = 37.35%
B = 57.41%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1179BA (or 0x1179BA) is known color: Cerulean. HEX triplet: 11, 79 and BA. RGB value is (17,121,186). Sum of RGB (Red+Green+Blue) = 17+121+186=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #1179BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1179BA is #EE8645. Grayscale: #606060. Windows color (decimal): -15631942 or 12220689. OLE color: 12220689.

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

Color convert

RGB 17 121 186 -
CMYK 0.91 0.35 0 0.27
HSL 203.08º 0.83% 0.4% -
HSV(B) 203.08º 0.91% 0.73% -
XYZ 15.93 17.34 48.96 -
YUV 97.31 178.04 70.71 -
System Red Green Blue C M Y K H S L
Decimal 17 121 186 0.91 0.35 0 0.27 203.08 0.83 0.4
Hex 11 79 BA 5B 23 0 1B CB 53 28
Octal 21 171 272 133 43 0 33 313 123 50
Binary 10001 1111001 10111010 1011011 100011 0 11011 11001011 1010011 101000

Color Harmonies of #1179BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1179BA

Black with #1179BA

Text Example


Text Example

White with #1179BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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