Html Css Color HEX #1179AA Cerulean

📋 copy color: '#1179AA'

red 17 ◦ green 121 ◦ blue 170

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

Shades of Cerulean #1179AA

Tints of Cerulean #1179AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 5.52%
G = 39.29%
B = 55.19%

CMYK

 C value IS 0.9

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1179AA (or 0x1179AA) is known color: Cerulean. HEX triplet: 11, 79 and AA. RGB value is (17,121,170). Sum of RGB (Red+Green+Blue) = 17+121+170=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #1179AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1179AA is #EE8655. Grayscale: #5F5F5F. Windows color (decimal): -15631958 or 11172113. OLE color: 11172113.

HSL color Cylindrical-coordinate representation of color #1179AA: hue angle of 199.22º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1179AA is Cyan = 0.9, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 121 170 -
CMYK 0.9 0.29 0 0.33
HSL 199.22º 0.82% 0.37% -
HSV(B) 199.22º 0.9% 0.67% -
XYZ 14.32 16.7 40.5 -
YUV 95.49 170.04 72.02 -
System Red Green Blue C M Y K H S L
Decimal 17 121 170 0.9 0.29 0 0.33 199.22 0.82 0.37
Hex 11 79 AA 5A 1D 0 21 C7 52 25
Octal 21 171 252 132 35 0 41 307 122 45
Binary 10001 1111001 10101010 1011010 11101 0 100001 11000111 1010010 100101

Color Harmonies of #1179AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1179AA

Black with #1179AA

Text Example


Text Example

White with #1179AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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