Html Css Color HEX #198DAF Pelorous

📋 copy color: '#198DAF'

red 25 ◦ green 141 ◦ blue 175

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

Shades of Pelorous #198DAF

Tints of Pelorous #198DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.32%

R = 7.33%
G = 41.35%
B = 51.32%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#198DAF (or 0x198DAF) is known color: Pelorous. HEX triplet: 19, 8D and AF. RGB value is (25,141,175). Sum of RGB (Red+Green+Blue) = 25+141+175=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #198DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198DAF is #E67250. Grayscale: #6D6D6D. Windows color (decimal): -15102545 or 11504921. OLE color: 11504921.

HSL color Cylindrical-coordinate representation of color #198DAF: hue angle of 193.6º 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 #198DAF is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 141 175 -
CMYK 0.86 0.19 0 0.31
HSL 193.6º 0.75% 0.39% -
HSV(B) 193.6º 0.86% 0.69% -
XYZ 17.66 22.35 43.94 -
YUV 110.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 25 141 175 0.86 0.19 0 0.31 193.6 0.75 0.39
Hex 19 8D AF 56 13 0 1F C2 4B 27
Octal 31 215 257 126 23 0 37 302 113 47
Binary 11001 10001101 10101111 1010110 10011 0 11111 11000010 1001011 100111

Color Harmonies of #198DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DAF

Black with #198DAF

Text Example


Text Example

White with #198DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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