Html Css Color HEX #199BA8 Pelorous

📋 copy color: '#199BA8'

red 25 ◦ green 155 ◦ blue 168

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

Shades of Pelorous #199BA8

Tints of Pelorous #199BA8

RGB

 RED value IS 25 (10.16% from 255) = 7.18%

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

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

R = 7.18%
G = 44.54%
B = 48.28%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#199BA8 (or 0x199BA8) is known color: Pelorous. HEX triplet: 19, 9B and A8. RGB value is (25,155,168). Sum of RGB (Red+Green+Blue) = 25+155+168=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 168 - color contains mainly: blue. Hex color #199BA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199BA8 is #E66457. Grayscale: #757575. Windows color (decimal): -15098968 or 11049753. OLE color: 11049753.

HSL color Cylindrical-coordinate representation of color #199BA8: hue angle of 185.45º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199BA8 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 25 155 168 -
CMYK 0.85 0.08 0 0.34
HSL 185.45º 0.74% 0.38% -
HSV(B) 185.45º 0.85% 0.66% -
XYZ 19.19 26.48 41.14 -
YUV 117.61 156.43 61.94 -
System Red Green Blue C M Y K H S L
Decimal 25 155 168 0.85 0.08 0 0.34 185.45 0.74 0.38
Hex 19 9B A8 55 8 0 22 B9 4A 26
Octal 31 233 250 125 10 0 42 271 112 46
Binary 11001 10011011 10101000 1010101 1000 0 100010 10111001 1001010 100110

Color Harmonies of #199BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BA8

Black with #199BA8

Text Example


Text Example

White with #199BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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