Html Css Color HEX #119BA8 Pelorous

📋 copy color: '#119BA8'

red 17 ◦ green 155 ◦ blue 168

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

Shades of Pelorous #119BA8

Tints of Pelorous #119BA8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.59%

 BLUE value IS 168 (66.02% from 255) = 49.41%

R = 5%
G = 45.59%
B = 49.41%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#119BA8 (or 0x119BA8) is known color: Pelorous. HEX triplet: 11, 9B and A8. RGB value is (17,155,168). Sum of RGB (Red+Green+Blue) = 17+155+168=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 168 (66.02% from 255 or 49.41% from 340); Max value from RGB is 168 - color contains mainly: blue. Hex color #119BA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119BA8 is #EE6457. Grayscale: #737373. Windows color (decimal): -15623256 or 11049745. OLE color: 11049745.

HSL color Cylindrical-coordinate representation of color #119BA8: hue angle of 185.17º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119BA8 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 155 168 -
CMYK 0.90 0.08 0 0.34
HSL 185.17º 0.82% 0.36% -
HSV(B) 185.17º 0.9% 0.66% -
XYZ 19.02 26.39 41.14 -
YUV 115.22 157.78 57.94 -
System Red Green Blue C M Y K H S L
Decimal 17 155 168 0.90 0.08 0 0.34 185.17 0.82 0.36
Hex 11 9B A8 5A 8 0 22 B9 52 24
Octal 21 233 250 132 10 0 42 271 122 44
Binary 10001 10011011 10101000 1011010 1000 0 100010 10111001 1010010 100100

Color Harmonies of #119BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BA8

Black with #119BA8

Text Example


Text Example

White with #119BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119BA8; }

 p { color: rgb(17,155,168); }

 H1.HeaderClassName
 {
   color: #119BA8;
 }
 .AnyTagClassName
 {
   color: #119BA8;
 }
</style>

background-color css

<style>
 a { background-color: #119BA8; }

 a { background-color: rgb(17,155,168); }

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

border-color css

<style>
 span { border-color: #119BA8; }

 span { border-color: rgb(17,155,168); }

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