Html Css Color HEX #198DB0 Pelorous

📋 copy color: '#198DB0'

red 25 ◦ green 141 ◦ blue 176

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

Shades of Pelorous #198DB0

Tints of Pelorous #198DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 51.46%

R = 7.31%
G = 41.23%
B = 51.46%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#198DB0 (or 0x198DB0) is known color: Pelorous. HEX triplet: 19, 8D and B0. RGB value is (25,141,176). Sum of RGB (Red+Green+Blue) = 25+141+176=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 176 (69.14% from 255 or 51.46% from 342); Max value from RGB is 176 - color contains mainly: blue. Hex color #198DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198DB0 is #E6724F. Grayscale: #6E6E6E. Windows color (decimal): -15102544 or 11570457. OLE color: 11570457.

HSL color Cylindrical-coordinate representation of color #198DB0: hue angle of 193.91º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198DB0 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 141 176 -
CMYK 0.86 0.20 0 0.31
HSL 193.91º 0.75% 0.39% -
HSV(B) 193.91º 0.86% 0.69% -
XYZ 17.76 22.39 44.46 -
YUV 110.31 165.07 67.15 -
System Red Green Blue C M Y K H S L
Decimal 25 141 176 0.86 0.20 0 0.31 193.91 0.75 0.39
Hex 19 8D B0 56 14 0 1F C2 4B 27
Octal 31 215 260 126 24 0 37 302 113 47
Binary 11001 10001101 10110000 1010110 10100 0 11111 11000010 1001011 100111

Color Harmonies of #198DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DB0

Black with #198DB0

Text Example


Text Example

White with #198DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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