Html Css Color HEX #11799D Cerulean

📋 copy color: '#11799D'

red 17 ◦ green 121 ◦ blue 157

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

Shades of Cerulean #11799D

Tints of Cerulean #11799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.22%

R = 5.76%
G = 41.02%
B = 53.22%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11799D (or 0x11799D) is known color: Cerulean. HEX triplet: 11, 79 and 9D. RGB value is (17,121,157). Sum of RGB (Red+Green+Blue) = 17+121+157=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #11799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11799D is #EE8662. Grayscale: #5D5D5D. Windows color (decimal): -15631971 or 10320145. OLE color: 10320145.

HSL color Cylindrical-coordinate representation of color #11799D: hue angle of 195.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11799D is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 121 157 -
CMYK 0.89 0.23 0 0.38
HSL 195.43º 0.8% 0.34% -
HSV(B) 195.43º 0.89% 0.62% -
XYZ 13.15 16.23 34.34 -
YUV 94.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 17 121 157 0.89 0.23 0 0.38 195.43 0.8 0.34
Hex 11 79 9D 59 17 0 26 C3 50 22
Octal 21 171 235 131 27 0 46 303 120 42
Binary 10001 1111001 10011101 1011001 10111 0 100110 11000011 1010000 100010

Color Harmonies of #11799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11799D

Black with #11799D

Text Example


Text Example

White with #11799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11799D; }

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

 H1.HeaderClassName
 {
   color: #11799D;
 }
 .AnyTagClassName
 {
   color: #11799D;
 }
</style>

background-color css

<style>
 a { background-color: #11799D; }

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

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

border-color css

<style>
 span { border-color: #11799D; }

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

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