Html Css Color HEX #198BA4 Pelorous

📋 copy color: '#198BA4'

red 25 ◦ green 139 ◦ blue 164

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

Shades of Pelorous #198BA4

Tints of Pelorous #198BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50%

R = 7.62%
G = 42.38%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#198BA4 (or 0x198BA4) is known color: Pelorous. HEX triplet: 19, 8B and A4. RGB value is (25,139,164). Sum of RGB (Red+Green+Blue) = 25+139+164=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #198BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198BA4 is #E6745B. Grayscale: #6B6B6B. Windows color (decimal): -15103068 or 10783513. OLE color: 10783513.

HSL color Cylindrical-coordinate representation of color #198BA4: hue angle of 190.79º degrees, saturation: 0.74, 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 #198BA4 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 139 164 -
CMYK 0.85 0.15 0 0.36
HSL 190.79º 0.74% 0.37% -
HSV(B) 190.79º 0.85% 0.64% -
XYZ 16.33 21.35 38.38 -
YUV 107.76 159.73 68.97 -
System Red Green Blue C M Y K H S L
Decimal 25 139 164 0.85 0.15 0 0.36 190.79 0.74 0.37
Hex 19 8B A4 55 F 0 24 BF 4A 25
Octal 31 213 244 125 17 0 44 277 112 45
Binary 11001 10001011 10100100 1010101 1111 0 100100 10111111 1001010 100101

Color Harmonies of #198BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198BA4

Black with #198BA4

Text Example


Text Example

White with #198BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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