#1296A7

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

Shades of Pelorous #1296A7

Tints of Pelorous #1296A7

Color information

#1296A7 (or 0x1296A7) is unknown color: approx Pelorous. HEX triplet: 12, 96 and A7. RGB value is (18,150,167). Sum of RGB (Red+Green+Blue) = 18+150+167=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #1296A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1296A7 is #ED6958. Grayscale: #707070. Windows color (decimal): -15559001 or 10982930. OLE color: 10982930.

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

Color convert

RGB18150167-
CMYK0.890.1000.35
HSL186.85º80.54%36.27%-
HSV(B)186.85º89.22%65.49%-
XYZ18.1324.7340.38-
YUV112.47158.7760.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.37%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 167 (65.62% from 255) = 49.85%
R=5.37%
G=44.78%
B=49.85%

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
Decimal181501670.890.1000.35186.8580.5436.27
Hex1296A759A023bb5124
Octal222262471311204327312144
Binary100101001011010100111101100110100100011101110111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1296A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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