Html Css Color HEX #198DA3 Pelorous

📋 copy color: '#198DA3'

red 25 ◦ green 141 ◦ blue 163

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

Shades of Pelorous #198DA3

Tints of Pelorous #198DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 49.54%

R = 7.6%
G = 42.86%
B = 49.54%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#198DA3 (or 0x198DA3) is known color: Pelorous. HEX triplet: 19, 8D and A3. RGB value is (25,141,163). Sum of RGB (Red+Green+Blue) = 25+141+163=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 163 (64.06% from 255 or 49.54% from 329); Max value from RGB is 163 - color contains mainly: blue. Hex color #198DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198DA3 is #E6725C. Grayscale: #6C6C6C. Windows color (decimal): -15102557 or 10718489. OLE color: 10718489.

HSL color Cylindrical-coordinate representation of color #198DA3: hue angle of 189.57º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198DA3 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 141 163 -
CMYK 0.85 0.13 0 0.36
HSL 189.57º 0.73% 0.37% -
HSV(B) 189.57º 0.85% 0.64% -
XYZ 16.54 21.9 38.01 -
YUV 108.82 158.57 68.21 -
System Red Green Blue C M Y K H S L
Decimal 25 141 163 0.85 0.13 0 0.36 189.57 0.73 0.37
Hex 19 8D A3 55 D 0 24 BE 49 25
Octal 31 215 243 125 15 0 44 276 111 45
Binary 11001 10001101 10100011 1010101 1101 0 100100 10111110 1001001 100101

Color Harmonies of #198DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DA3

Black with #198DA3

Text Example


Text Example

White with #198DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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