#1991bf

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

Shades of Pelorous #1991BF

Tints of Pelorous #1991BF

Color information

#1991BF (or 0x1991BF) is unknown color: approx Pelorous. HEX triplet: 19, 91 and BF. RGB value is (25,145,191). Sum of RGB (Red+Green+Blue) = 25+145+191=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #1991BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1991BF is #E66E40. Grayscale: #727272. Windows color (decimal): -15101505 or 12554521. OLE color: 12554521.

HSL color Cylindrical-coordinate representation of color #1991BF: hue angle of 196.63º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1991BF is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25145191-
CMYK0.870.2400.25
HSL196.63º76.85%42.35%-
HSV(B)196.63º86.91%74.9%-
XYZ19.9324.2252.91-
YUV114.36171.2464.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.93%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 191 (75% from 255) = 52.91%
R=6.93%
G=40.17%
B=52.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251451910.870.2400.25196.6376.8542.35
Hex1991BF5718019c54d2a
Octal312212771273003130511552
Binary110011001000110111111101011111000011001110001011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1991bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1991bf; }

 p { color: rgb(25,145,191); }

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

<style>
 a { background-color: #1991bf; }

 a { background-color: rgb(25,145,191); }

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

<style>
 span { border-color: #1991bf; }

 span { border-color: rgb(25,145,191); }

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