#1298A5

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

Shades of Pelorous #1298A5

Tints of Pelorous #1298A5

Color information

#1298A5 (or 0x1298A5) is unknown color: approx Pelorous. HEX triplet: 12, 98 and A5. RGB value is (18,152,165). Sum of RGB (Red+Green+Blue) = 18+152+165=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #1298A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1298A5 is #ED675A. Grayscale: #717171. Windows color (decimal): -15558491 or 10852370. OLE color: 10852370.

HSL color Cylindrical-coordinate representation of color #1298A5: hue angle of 185.31º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1298A5 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB18152165-
CMYK0.890.0800.35
HSL185.31º80.33%35.88%-
HSV(B)185.31º89.09%64.71%-
XYZ18.2725.339.52-
YUV113.42157.1159.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.37%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 165 (64.84% from 255) = 49.25%
R=5.37%
G=45.37%
B=49.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181521650.890.0800.35185.3180.3335.88
Hex1298A5598023b95024
Octal222302451311004327112044
Binary100101001100010100101101100110000100011101110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1298A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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