Html Css Color HEX #1179AD Cerulean

📋 copy color: '#1179AD'

red 17 ◦ green 121 ◦ blue 173

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

Shades of Cerulean #1179AD

Tints of Cerulean #1179AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 5.47%
G = 38.91%
B = 55.63%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1179AD (or 0x1179AD) is known color: Cerulean. HEX triplet: 11, 79 and AD. RGB value is (17,121,173). Sum of RGB (Red+Green+Blue) = 17+121+173=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #1179AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1179AD is #EE8652. Grayscale: #5F5F5F. Windows color (decimal): -15631955 or 11368721. OLE color: 11368721.

HSL color Cylindrical-coordinate representation of color #1179AD: hue angle of 200º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1179AD is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 121 173 -
CMYK 0.90 0.30 0 0.32
HSL 200º 0.82% 0.37% -
HSV(B) 200º 0.9% 0.68% -
XYZ 14.61 16.81 42.01 -
YUV 95.83 171.54 71.77 -
System Red Green Blue C M Y K H S L
Decimal 17 121 173 0.90 0.30 0 0.32 200 0.82 0.37
Hex 11 79 AD 5A 1E 0 20 C8 52 25
Octal 21 171 255 132 36 0 40 310 122 45
Binary 10001 1111001 10101101 1011010 11110 0 100000 11001000 1010010 100101

Color Harmonies of #1179AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1179AD

Black with #1179AD

Text Example


Text Example

White with #1179AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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