Html Css Color HEX #117A9D Cerulean

📋 copy color: '#117A9D'

red 17 ◦ green 122 ◦ blue 157

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

Shades of Cerulean #117A9D

Tints of Cerulean #117A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.22%

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

R = 5.74%
G = 41.22%
B = 53.04%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#117A9D (or 0x117A9D) is known color: Cerulean. HEX triplet: 11, 7A and 9D. RGB value is (17,122,157). Sum of RGB (Red+Green+Blue) = 17+122+157=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #117A9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117A9D is #EE8562. Grayscale: #5E5E5E. Windows color (decimal): -15631715 or 10320401. OLE color: 10320401.

HSL color Cylindrical-coordinate representation of color #117A9D: hue angle of 195º 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 #117A9D is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 122 157 -
CMYK 0.89 0.22 0 0.38
HSL 195º 0.8% 0.34% -
HSV(B) 195º 0.89% 0.62% -
XYZ 13.28 16.47 34.38 -
YUV 94.6 163.21 72.65 -
System Red Green Blue C M Y K H S L
Decimal 17 122 157 0.89 0.22 0 0.38 195 0.8 0.34
Hex 11 7A 9D 59 16 0 26 C3 50 22
Octal 21 172 235 131 26 0 46 303 120 42
Binary 10001 1111010 10011101 1011001 10110 0 100110 11000011 1010000 100010

Color Harmonies of #117A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117A9D

Black with #117A9D

Text Example


Text Example

White with #117A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117A9D; }

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

 H1.HeaderClassName
 {
   color: #117A9D;
 }
 .AnyTagClassName
 {
   color: #117A9D;
 }
</style>

background-color css

<style>
 a { background-color: #117A9D; }

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

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

border-color css

<style>
 span { border-color: #117A9D; }

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

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