Html Css Color HEX #198CBA Pelorous

📋 copy color: '#198CBA'

red 25 ◦ green 140 ◦ blue 186

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

Shades of Pelorous #198CBA

Tints of Pelorous #198CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

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

R = 7.12%
G = 39.89%
B = 52.99%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#198CBA (or 0x198CBA) is known color: Pelorous. HEX triplet: 19, 8C and BA. RGB value is (25,140,186). Sum of RGB (Red+Green+Blue) = 25+140+186=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #198CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CBA is #E67345. Grayscale: #6E6E6E. Windows color (decimal): -15102790 or 12225561. OLE color: 12225561.

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

Color convert

RGB 25 140 186 -
CMYK 0.87 0.25 0 0.27
HSL 197.14º 0.76% 0.41% -
HSV(B) 197.14º 0.87% 0.73% -
XYZ 18.64 22.51 49.82 -
YUV 110.86 170.4 66.76 -
System Red Green Blue C M Y K H S L
Decimal 25 140 186 0.87 0.25 0 0.27 197.14 0.76 0.41
Hex 19 8C BA 57 19 0 1B C5 4C 29
Octal 31 214 272 127 31 0 33 305 114 51
Binary 11001 10001100 10111010 1010111 11001 0 11011 11000101 1001100 101001

Color Harmonies of #198CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198CBA

Black with #198CBA

Text Example


Text Example

White with #198CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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