Html Css Color HEX #199CBA Pelorous

📋 copy color: '#199CBA'

red 25 ◦ green 156 ◦ blue 186

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

Shades of Pelorous #199CBA

Tints of Pelorous #199CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.51%

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

R = 6.81%
G = 42.51%
B = 50.68%

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

#199CBA (or 0x199CBA) is known color: Pelorous. HEX triplet: 19, 9C and BA. RGB value is (25,156,186). Sum of RGB (Red+Green+Blue) = 25+156+186=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #199CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CBA is #E66345. Grayscale: #787878. Windows color (decimal): -15098694 or 12229657. OLE color: 12229657.

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

Color convert

RGB 25 156 186 -
CMYK 0.87 0.16 0 0.27
HSL 191.18º 0.76% 0.41% -
HSV(B) 191.18º 0.87% 0.73% -
XYZ 21.15 27.53 50.65 -
YUV 120.25 165.1 60.06 -
System Red Green Blue C M Y K H S L
Decimal 25 156 186 0.87 0.16 0 0.27 191.18 0.76 0.41
Hex 19 9C BA 57 10 0 1B BF 4C 29
Octal 31 234 272 127 20 0 33 277 114 51
Binary 11001 10011100 10111010 1010111 10000 0 11011 10111111 1001100 101001

Color Harmonies of #199CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CBA

Black with #199CBA

Text Example


Text Example

White with #199CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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