#1298AF

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

Shades of Pelorous #1298AF

Tints of Pelorous #1298AF

Color information

#1298AF (or 0x1298AF) is unknown color: approx Pelorous. HEX triplet: 12, 98 and AF. RGB value is (18,152,175). Sum of RGB (Red+Green+Blue) = 18+152+175=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #1298AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1298AF is #ED6750. Grayscale: #727272. Windows color (decimal): -15558481 or 11507730. OLE color: 11507730.

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

Color convert

RGB18152175-
CMYK0.900.1300.31
HSL188.79º81.35%37.84%-
HSV(B)188.79º89.71%68.63%-
XYZ19.2225.6844.5-
YUV114.56162.1159.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.22%
GREEN value IS 152 (59.77% from 255) = 44.06%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=5.22%
G=44.06%
B=50.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181521750.900.1300.31188.7981.3537.84
Hex1298AF5AD01Fbd5126
Octal222302571321503727512146
Binary10010100110001010111110110101101011111101111011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1298AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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