Html Css Color HEX #198DB9 Pelorous

📋 copy color: '#198DB9'

red 25 ◦ green 141 ◦ blue 185

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

Shades of Pelorous #198DB9

Tints of Pelorous #198DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 185 (72.66% from 255) = 52.71%

R = 7.12%
G = 40.17%
B = 52.71%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#198DB9 (or 0x198DB9) is known color: Pelorous. HEX triplet: 19, 8D and B9. RGB value is (25,141,185). Sum of RGB (Red+Green+Blue) = 25+141+185=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #198DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DB9 is #E67246. Grayscale: #6F6F6F. Windows color (decimal): -15102535 or 12160281. OLE color: 12160281.

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

Color convert

RGB 25 141 185 -
CMYK 0.86 0.24 0 0.27
HSL 196.5º 0.76% 0.41% -
HSV(B) 196.5º 0.86% 0.73% -
XYZ 18.68 22.76 49.31 -
YUV 111.33 169.57 66.42 -
System Red Green Blue C M Y K H S L
Decimal 25 141 185 0.86 0.24 0 0.27 196.5 0.76 0.41
Hex 19 8D B9 56 18 0 1B C4 4C 29
Octal 31 215 271 126 30 0 33 304 114 51
Binary 11001 10001101 10111001 1010110 11000 0 11011 11000100 1001100 101001

Color Harmonies of #198DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DB9

Black with #198DB9

Text Example


Text Example

White with #198DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,141,185); }

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

background-color css

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

 a { background-color: rgb(25,141,185); }

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

border-color css

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

 span { border-color: rgb(25,141,185); }

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