#199BB4

Color #199BB4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #199BB4

Tints of Pelorous #199BB4

Color information

#199BB4 (or 0x199BB4) is unknown color: approx Pelorous. HEX triplet: 19, 9B and B4. RGB value is (25,155,180). Sum of RGB (Red+Green+Blue) = 25+155+180=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #199BB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BB4 is #E6644B. Grayscale: #767676. Windows color (decimal): -15098956 or 11836185. OLE color: 11836185.

HSL color Cylindrical-coordinate representation of color #199BB4: hue angle of 189.68º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199BB4 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB25155180-
CMYK0.860.1400.29
HSL189.68º75.61%40.2%-
HSV(B)189.68º86.11%70.59%-
XYZ20.3626.9447.31-
YUV118.98162.4360.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.94%
GREEN value IS 155 (60.94% from 255) = 43.06%
BLUE value IS 180 (70.70% from 255) = 50%
R=6.94%
G=43.06%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251551800.860.1400.29189.6875.6140.2
Hex199BB456E01Dbe4c28
Octal312332641261603527611450
Binary11001100110111011010010101101110011101101111101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,155,180); }

 H1.HeaderClassName
 {
   color: #199BB4;
 }
 .AnyTagClassName
 {
   color: #199BB4;
 }
</style>
background-color css

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

 a { background-color: rgb(25,155,180); }

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

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

 span { border-color: rgb(25,155,180); }

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