#1498B5

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

Shades of Pelorous #1498B5

Tints of Pelorous #1498B5

Color information

#1498B5 (or 0x1498B5) is unknown color: approx Pelorous. HEX triplet: 14, 98 and B5. RGB value is (20,152,181). Sum of RGB (Red+Green+Blue) = 20+152+181=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #1498B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498B5 is #EB674A. Grayscale: #737373. Windows color (decimal): -15427403 or 11900948. OLE color: 11900948.

HSL color Cylindrical-coordinate representation of color #1498B5: hue angle of 190.81º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1498B5 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB20152181-
CMYK0.890.1600.29
HSL190.81º80.1%39.41%-
HSV(B)190.81º88.95%70.98%-
XYZ19.8625.9447.68-
YUV115.84164.7759.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.67%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 181 (71.09% from 255) = 51.27%
R=5.67%
G=43.06%
B=51.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201521810.890.1600.29190.8180.139.41
Hex1498B5591001Dbf5027
Octal242302651312003527712047
Binary101001001100010110101101100110000011101101111111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1498B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1498B5; }

 p { color: rgb(20,152,181); }

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

<style>
 a { background-color: #1498B5; }

 a { background-color: rgb(20,152,181); }

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

<style>
 span { border-color: #1498B5; }

 span { border-color: rgb(20,152,181); }

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