Html Css Color HEX #119FA8 Pelorous

📋 copy color: '#119FA8'

red 17 ◦ green 159 ◦ blue 168

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

Shades of Pelorous #119FA8

Tints of Pelorous #119FA8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.22%

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

R = 4.94%
G = 46.22%
B = 48.84%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#119FA8 (or 0x119FA8) is known color: Pelorous. HEX triplet: 11, 9F and A8. RGB value is (17,159,168). Sum of RGB (Red+Green+Blue) = 17+159+168=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #119FA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119FA8 is #EE6057. Grayscale: #757575. Windows color (decimal): -15622232 or 11050769. OLE color: 11050769.

HSL color Cylindrical-coordinate representation of color #119FA8: hue angle of 183.58º 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 #119FA8 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 159 168 -
CMYK 0.90 0.05 0 0.34
HSL 183.58º 0.82% 0.36% -
HSV(B) 183.58º 0.9% 0.66% -
XYZ 19.7 27.74 41.36 -
YUV 117.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 17 159 168 0.90 0.05 0 0.34 183.58 0.82 0.36
Hex 11 9F A8 5A 5 0 22 B8 52 24
Octal 21 237 250 132 5 0 42 270 122 44
Binary 10001 10011111 10101000 1011010 101 0 100010 10111000 1010010 100100

Color Harmonies of #119FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FA8

Black with #119FA8

Text Example


Text Example

White with #119FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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