#1297A7

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

Shades of Pelorous #1297A7

Tints of Pelorous #1297A7

Color information

#1297A7 (or 0x1297A7) is unknown color: approx Pelorous. HEX triplet: 12, 97 and A7. RGB value is (18,151,167). Sum of RGB (Red+Green+Blue) = 18+151+167=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 167 (65.62% from 255 or 49.70% from 336); Max value from RGB is 167 - color contains mainly: blue. Hex color #1297A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1297A7 is #ED6858. Grayscale: #707070. Windows color (decimal): -15558745 or 10983186. OLE color: 10983186.

HSL color Cylindrical-coordinate representation of color #1297A7: hue angle of 186.44º degrees, saturation: 0.81, 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 #1297A7 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB18151167-
CMYK0.890.1000.35
HSL186.44º80.54%36.27%-
HSV(B)186.44º89.22%65.49%-
XYZ18.2925.0540.43-
YUV113.06158.4460.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.36%
GREEN value IS 151 (59.38% from 255) = 44.94%
BLUE value IS 167 (65.62% from 255) = 49.70%
R=5.36%
G=44.94%
B=49.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181511670.890.1000.35186.4480.5436.27
Hex1297A759A023ba5124
Octal222272471311204327212144
Binary100101001011110100111101100110100100011101110101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1297A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1297A7; }

 p { color: rgb(18,151,167); }

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

<style>
 a { background-color: #1297A7; }

 a { background-color: rgb(18,151,167); }

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

<style>
 span { border-color: #1297A7; }

 span { border-color: rgb(18,151,167); }

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