#1989BE

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

Shades of Pelorous #1989BE

Tints of Pelorous #1989BE

Color information

#1989BE (or 0x1989BE) is unknown color: approx Pelorous. HEX triplet: 19, 89 and BE. RGB value is (25,137,190). Sum of RGB (Red+Green+Blue) = 25+137+190=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #1989BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1989BE is #E67641. Grayscale: #6D6D6D. Windows color (decimal): -15103554 or 12486937. OLE color: 12486937.

HSL color Cylindrical-coordinate representation of color #1989BE: hue angle of 199.27º 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 #1989BE is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25137190-
CMYK0.870.2800.25
HSL199.27º76.74%42.16%-
HSV(B)199.27º86.84%74.51%-
XYZ18.6421.8251.94-
YUV109.55173.3967.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.10%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=7.10%
G=38.92%
B=53.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251371900.870.2800.25199.2776.7442.16
Hex1989BE571C019c74d2a
Octal312112761273403130711552
Binary110011000100110111110101011111100011001110001111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1989BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1989BE; }

 p { color: rgb(25,137,190); }

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

<style>
 a { background-color: #1989BE; }

 a { background-color: rgb(25,137,190); }

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

<style>
 span { border-color: #1989BE; }

 span { border-color: rgb(25,137,190); }

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