Html Css Color HEX #199ABA Pelorous

📋 copy color: '#199ABA'

red 25 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #199ABA

Tints of Pelorous #199ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 6.85%
G = 42.19%
B = 50.96%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#199ABA (or 0x199ABA) is known color: Pelorous. HEX triplet: 19, 9A and BA. RGB value is (25,154,186). Sum of RGB (Red+Green+Blue) = 25+154+186=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #199ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ABA is #E66545. Grayscale: #767676. Windows color (decimal): -15099206 or 12229145. OLE color: 12229145.

HSL color Cylindrical-coordinate representation of color #199ABA: hue angle of 191.93º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199ABA is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 154 186 -
CMYK 0.87 0.17 0 0.27
HSL 191.93º 0.76% 0.41% -
HSV(B) 191.93º 0.87% 0.73% -
XYZ 20.82 26.86 50.54 -
YUV 119.08 165.76 60.9 -
System Red Green Blue C M Y K H S L
Decimal 25 154 186 0.87 0.17 0 0.27 191.93 0.76 0.41
Hex 19 9A BA 57 11 0 1B C0 4C 29
Octal 31 232 272 127 21 0 33 300 114 51
Binary 11001 10011010 10111010 1010111 10001 0 11011 11000000 1001100 101001

Color Harmonies of #199ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ABA

Black with #199ABA

Text Example


Text Example

White with #199ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,154,186); }

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

background-color css

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

 a { background-color: rgb(25,154,186); }

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

border-color css

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

 span { border-color: rgb(25,154,186); }

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