#1498AF

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

Shades of Pelorous #1498AF

Tints of Pelorous #1498AF

Color information

#1498AF (or 0x1498AF) is unknown color: approx Pelorous. HEX triplet: 14, 98 and AF. RGB value is (20,152,175). Sum of RGB (Red+Green+Blue) = 20+152+175=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #1498AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1498AF is #EB6750. Grayscale: #727272. Windows color (decimal): -15427409 or 11507732. OLE color: 11507732.

HSL color Cylindrical-coordinate representation of color #1498AF: hue angle of 188.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1498AF is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB20152175-
CMYK0.890.1300.31
HSL188.9º79.49%38.24%-
HSV(B)188.9º88.57%68.63%-
XYZ19.2525.744.5-
YUV115.15161.7760.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.76%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=5.76%
G=43.80%
B=50.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201521750.890.1300.31188.979.4938.24
Hex1498AF59D01Fbd4f26
Octal242302571311503727511746
Binary10100100110001010111110110011101011111101111011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1498AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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