Html Css Color HEX #199FBA Pelorous

📋 copy color: '#199FBA'

red 25 ◦ green 159 ◦ blue 186

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

Shades of Pelorous #199FBA

Tints of Pelorous #199FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.97%

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

R = 6.76%
G = 42.97%
B = 50.27%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#199FBA (or 0x199FBA) is known color: Pelorous. HEX triplet: 19, 9F and BA. RGB value is (25,159,186). Sum of RGB (Red+Green+Blue) = 25+159+186=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #199FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FBA is #E66045. Grayscale: #797979. Windows color (decimal): -15097926 or 12230425. OLE color: 12230425.

HSL color Cylindrical-coordinate representation of color #199FBA: hue angle of 190.06º 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 #199FBA is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 159 186 -
CMYK 0.87 0.15 0 0.27
HSL 190.06º 0.76% 0.41% -
HSV(B) 190.06º 0.87% 0.73% -
XYZ 21.66 28.55 50.82 -
YUV 122.01 164.11 58.8 -
System Red Green Blue C M Y K H S L
Decimal 25 159 186 0.87 0.15 0 0.27 190.06 0.76 0.41
Hex 19 9F BA 57 F 0 1B BE 4C 29
Octal 31 237 272 127 17 0 33 276 114 51
Binary 11001 10011111 10111010 1010111 1111 0 11011 10111110 1001100 101001

Color Harmonies of #199FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FBA

Black with #199FBA

Text Example


Text Example

White with #199FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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