Html Css Color HEX #198AAF Pelorous

📋 copy color: '#198AAF'

red 25 ◦ green 138 ◦ blue 175

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

Shades of Pelorous #198AAF

Tints of Pelorous #198AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.83%

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

R = 7.4%
G = 40.83%
B = 51.78%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#198AAF (or 0x198AAF) is known color: Pelorous. HEX triplet: 19, 8A and AF. RGB value is (25,138,175). Sum of RGB (Red+Green+Blue) = 25+138+175=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #198AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198AAF is #E67550. Grayscale: #6C6C6C. Windows color (decimal): -15103313 or 11504153. OLE color: 11504153.

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

Color convert

RGB 25 138 175 -
CMYK 0.86 0.21 0 0.31
HSL 194.8º 0.75% 0.39% -
HSV(B) 194.8º 0.86% 0.69% -
XYZ 17.23 21.48 43.8 -
YUV 108.43 165.56 68.49 -
System Red Green Blue C M Y K H S L
Decimal 25 138 175 0.86 0.21 0 0.31 194.8 0.75 0.39
Hex 19 8A AF 56 15 0 1F C3 4B 27
Octal 31 212 257 126 25 0 37 303 113 47
Binary 11001 10001010 10101111 1010110 10101 0 11111 11000011 1001011 100111

Color Harmonies of #198AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198AAF

Black with #198AAF

Text Example


Text Example

White with #198AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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