Html Css Color HEX #1179A0 Cerulean

📋 copy color: '#1179A0'

red 17 ◦ green 121 ◦ blue 160

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

Shades of Cerulean #1179A0

Tints of Cerulean #1179A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 53.69%

R = 5.7%
G = 40.6%
B = 53.69%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1179A0 (or 0x1179A0) is known color: Cerulean. HEX triplet: 11, 79 and A0. RGB value is (17,121,160). Sum of RGB (Red+Green+Blue) = 17+121+160=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #1179A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1179A0 is #EE865F. Grayscale: #5E5E5E. Windows color (decimal): -15631968 or 10516753. OLE color: 10516753.

HSL color Cylindrical-coordinate representation of color #1179A0: hue angle of 196.36º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1179A0 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 121 160 -
CMYK 0.89 0.24 0 0.37
HSL 196.36º 0.81% 0.35% -
HSV(B) 196.36º 0.89% 0.63% -
XYZ 13.41 16.33 35.7 -
YUV 94.35 165.04 72.83 -
System Red Green Blue C M Y K H S L
Decimal 17 121 160 0.89 0.24 0 0.37 196.36 0.81 0.35
Hex 11 79 A0 59 18 0 25 C4 51 23
Octal 21 171 240 131 30 0 45 304 121 43
Binary 10001 1111001 10100000 1011001 11000 0 100101 11000100 1010001 100011

Color Harmonies of #1179A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1179A0

Black with #1179A0

Text Example


Text Example

White with #1179A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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