#1990C3

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

Shades of Pelorous #1990C3

Tints of Pelorous #1990C3

Color information

#1990C3 (or 0x1990C3) is unknown color: approx Pelorous. HEX triplet: 19, 90 and C3. RGB value is (25,144,195). Sum of RGB (Red+Green+Blue) = 25+144+195=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 195 (76.56% from 255 or 53.57% from 364); Max value from RGB is 195 - color contains mainly: blue. Hex color #1990C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1990C3 is #E66F3C. Grayscale: #717171. Windows color (decimal): -15101757 or 12816409. OLE color: 12816409.

HSL color Cylindrical-coordinate representation of color #1990C3: hue angle of 198º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1990C3 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB25144195-
CMYK0.870.2600.24
HSL198º77.27%43.14%-
HSV(B)198º87.18%76.47%-
XYZ20.2224.0955.21-
YUV114.23173.5864.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.87%
GREEN value IS 144 (56.64% from 255) = 39.56%
BLUE value IS 195 (76.56% from 255) = 53.57%
R=6.87%
G=39.56%
B=53.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251441950.870.2600.2419877.2743.14
Hex1990C3571A018c64d2b
Octal312203031273203030611553
Binary110011001000011000011101011111010011000110001101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1990C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1990C3; }

 p { color: rgb(25,144,195); }

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

<style>
 a { background-color: #1990C3; }

 a { background-color: rgb(25,144,195); }

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

<style>
 span { border-color: #1990C3; }

 span { border-color: rgb(25,144,195); }

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