Html Css Color HEX #199DBA Pelorous

📋 copy color: '#199DBA'

red 25 ◦ green 157 ◦ blue 186

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

Shades of Pelorous #199DBA

Tints of Pelorous #199DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.66%

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

R = 6.79%
G = 42.66%
B = 50.54%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#199DBA (or 0x199DBA) is known color: Pelorous. HEX triplet: 19, 9D and BA. RGB value is (25,157,186). Sum of RGB (Red+Green+Blue) = 25+157+186=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #199DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DBA is #E66245. Grayscale: #787878. Windows color (decimal): -15098438 or 12229913. OLE color: 12229913.

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

Color convert

RGB 25 157 186 -
CMYK 0.87 0.16 0 0.27
HSL 190.81º 0.76% 0.41% -
HSV(B) 190.81º 0.87% 0.73% -
XYZ 21.32 27.87 50.71 -
YUV 120.84 164.77 59.64 -
System Red Green Blue C M Y K H S L
Decimal 25 157 186 0.87 0.16 0 0.27 190.81 0.76 0.41
Hex 19 9D BA 57 10 0 1B BF 4C 29
Octal 31 235 272 127 20 0 33 277 114 51
Binary 11001 10011101 10111010 1010111 10000 0 11011 10111111 1001100 101001

Color Harmonies of #199DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DBA

Black with #199DBA

Text Example


Text Example

White with #199DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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