#1984b5

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

Shades of Pelorous #1984B5

Tints of Pelorous #1984B5

Color information

#1984B5 (or 0x1984B5) is unknown color: approx Pelorous. HEX triplet: 19, 84 and B5. RGB value is (25,132,181). Sum of RGB (Red+Green+Blue) = 25+132+181=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #1984B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1984B5 is #E67B4A. Grayscale: #696969. Windows color (decimal): -15104843 or 11895833. OLE color: 11895833.

HSL color Cylindrical-coordinate representation of color #1984B5: hue angle of 198.85º 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 #1984B5 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB25132181-
CMYK0.860.2700.29
HSL198.85º75.73%40.39%-
HSV(B)198.85º86.19%70.98%-
XYZ16.9920.0546.69-
YUV105.59170.5570.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.40%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 181 (71.09% from 255) = 53.55%
R=7.40%
G=39.05%
B=53.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251321810.860.2700.29198.8575.7340.39
Hex1984B5561B01Dc74c28
Octal312042651263303530711450
Binary110011000010010110101101011011011011101110001111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1984b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1984b5; }

 p { color: rgb(25,132,181); }

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

<style>
 a { background-color: #1984b5; }

 a { background-color: rgb(25,132,181); }

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

<style>
 span { border-color: #1984b5; }

 span { border-color: rgb(25,132,181); }

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