Html Css Color HEX #198BAF Pelorous

📋 copy color: '#198BAF'

red 25 ◦ green 139 ◦ blue 175

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

Shades of Pelorous #198BAF

Tints of Pelorous #198BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

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

R = 7.37%
G = 41%
B = 51.62%

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

#198BAF (or 0x198BAF) is known color: Pelorous. HEX triplet: 19, 8B and AF. RGB value is (25,139,175). Sum of RGB (Red+Green+Blue) = 25+139+175=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #198BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198BAF is #E67450. Grayscale: #6C6C6C. Windows color (decimal): -15103057 or 11504409. OLE color: 11504409.

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

Color convert

RGB 25 139 175 -
CMYK 0.86 0.21 0 0.31
HSL 194.4º 0.75% 0.39% -
HSV(B) 194.4º 0.86% 0.69% -
XYZ 17.37 21.77 43.84 -
YUV 109.02 165.23 68.07 -
System Red Green Blue C M Y K H S L
Decimal 25 139 175 0.86 0.21 0 0.31 194.4 0.75 0.39
Hex 19 8B AF 56 15 0 1F C2 4B 27
Octal 31 213 257 126 25 0 37 302 113 47
Binary 11001 10001011 10101111 1010110 10101 0 11111 11000010 1001011 100111

Color Harmonies of #198BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BAF

Black with #198BAF

Text Example


Text Example

White with #198BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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