Html Css Color HEX #198AB7 Pelorous

📋 copy color: '#198AB7'

red 25 ◦ green 138 ◦ blue 183

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

Shades of Pelorous #198AB7

Tints of Pelorous #198AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.89%

R = 7.23%
G = 39.88%
B = 52.89%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#198AB7 (or 0x198AB7) is known color: Pelorous. HEX triplet: 19, 8A and B7. RGB value is (25,138,183). Sum of RGB (Red+Green+Blue) = 25+138+183=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #198AB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198AB7 is #E67548. Grayscale: #6D6D6D. Windows color (decimal): -15103305 or 12028441. OLE color: 12028441.

HSL color Cylindrical-coordinate representation of color #198AB7: hue angle of 197.09º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #198AB7 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 138 183 -
CMYK 0.86 0.25 0 0.28
HSL 197.09º 0.76% 0.41% -
HSV(B) 197.09º 0.86% 0.72% -
XYZ 18.04 21.8 48.06 -
YUV 109.34 169.56 67.84 -
System Red Green Blue C M Y K H S L
Decimal 25 138 183 0.86 0.25 0 0.28 197.09 0.76 0.41
Hex 19 8A B7 56 19 0 1C C5 4C 29
Octal 31 212 267 126 31 0 34 305 114 51
Binary 11001 10001010 10110111 1010110 11001 0 11100 11000101 1001100 101001

Color Harmonies of #198AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198AB7

Black with #198AB7

Text Example


Text Example

White with #198AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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