Html Css Color HEX #198FBA Pelorous

📋 copy color: '#198FBA'

red 25 ◦ green 143 ◦ blue 186

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

Shades of Pelorous #198FBA

Tints of Pelorous #198FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 7.06%
G = 40.4%
B = 52.54%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#198FBA (or 0x198FBA) is known color: Pelorous. HEX triplet: 19, 8F and BA. RGB value is (25,143,186). Sum of RGB (Red+Green+Blue) = 25+143+186=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #198FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198FBA is #E67045. Grayscale: #707070. Windows color (decimal): -15102022 or 12226329. OLE color: 12226329.

HSL color Cylindrical-coordinate representation of color #198FBA: hue angle of 196.02º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198FBA is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 143 186 -
CMYK 0.87 0.23 0 0.27
HSL 196.02º 0.76% 0.41% -
HSV(B) 196.02º 0.87% 0.73% -
XYZ 19.09 23.4 49.96 -
YUV 112.62 169.41 65.5 -
System Red Green Blue C M Y K H S L
Decimal 25 143 186 0.87 0.23 0 0.27 196.02 0.76 0.41
Hex 19 8F BA 57 17 0 1B C4 4C 29
Octal 31 217 272 127 27 0 33 304 114 51
Binary 11001 10001111 10111010 1010111 10111 0 11011 11000100 1001100 101001

Color Harmonies of #198FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FBA

Black with #198FBA

Text Example


Text Example

White with #198FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,143,186); }

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

background-color css

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

 a { background-color: rgb(25,143,186); }

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

border-color css

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

 span { border-color: rgb(25,143,186); }

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