Html Css Color HEX #198ABA Pelorous

📋 copy color: '#198ABA'

red 25 ◦ green 138 ◦ blue 186

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

Shades of Pelorous #198ABA

Tints of Pelorous #198ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.54%

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

R = 7.16%
G = 39.54%
B = 53.3%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#198ABA (or 0x198ABA) is known color: Pelorous. HEX triplet: 19, 8A and BA. RGB value is (25,138,186). Sum of RGB (Red+Green+Blue) = 25+138+186=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #198ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ABA is #E67545. Grayscale: #6D6D6D. Windows color (decimal): -15103302 or 12225049. OLE color: 12225049.

HSL color Cylindrical-coordinate representation of color #198ABA: hue angle of 197.89º 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 #198ABA is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 138 186 -
CMYK 0.87 0.26 0 0.27
HSL 197.89º 0.76% 0.41% -
HSV(B) 197.89º 0.87% 0.73% -
XYZ 18.35 21.93 49.72 -
YUV 109.69 171.06 67.6 -
System Red Green Blue C M Y K H S L
Decimal 25 138 186 0.87 0.26 0 0.27 197.89 0.76 0.41
Hex 19 8A BA 57 1A 0 1B C6 4C 29
Octal 31 212 272 127 32 0 33 306 114 51
Binary 11001 10001010 10111010 1010111 11010 0 11011 11000110 1001100 101001

Color Harmonies of #198ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198ABA

Black with #198ABA

Text Example


Text Example

White with #198ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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