Html Css Color HEX #198BAC Pelorous

📋 copy color: '#198BAC'

red 25 ◦ green 139 ◦ blue 172

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

Shades of Pelorous #198BAC

Tints of Pelorous #198BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 7.44%
G = 41.37%
B = 51.19%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#198BAC (or 0x198BAC) is known color: Pelorous. HEX triplet: 19, 8B and AC. RGB value is (25,139,172). Sum of RGB (Red+Green+Blue) = 25+139+172=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #198BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198BAC is #E67453. Grayscale: #6C6C6C. Windows color (decimal): -15103060 or 11307801. OLE color: 11307801.

HSL color Cylindrical-coordinate representation of color #198BAC: hue angle of 193.47º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198BAC is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 139 172 -
CMYK 0.85 0.19 0 0.33
HSL 193.47º 0.75% 0.39% -
HSV(B) 193.47º 0.85% 0.67% -
XYZ 17.08 21.65 42.31 -
YUV 108.68 163.73 68.32 -
System Red Green Blue C M Y K H S L
Decimal 25 139 172 0.85 0.19 0 0.33 193.47 0.75 0.39
Hex 19 8B AC 55 13 0 21 C1 4B 27
Octal 31 213 254 125 23 0 41 301 113 47
Binary 11001 10001011 10101100 1010101 10011 0 100001 11000001 1001011 100111

Color Harmonies of #198BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BAC

Black with #198BAC

Text Example


Text Example

White with #198BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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