#1296A8

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

Shades of Pelorous #1296A8

Tints of Pelorous #1296A8

Color information

#1296A8 (or 0x1296A8) is unknown color: approx Pelorous. HEX triplet: 12, 96 and A8. RGB value is (18,150,168). Sum of RGB (Red+Green+Blue) = 18+150+168=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 168 (66.02% from 255 or 50% from 336); Max value from RGB is 168 - color contains mainly: blue. Hex color #1296A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1296A8 is #ED6957. Grayscale: #707070. Windows color (decimal): -15559000 or 11048466. OLE color: 11048466.

HSL color Cylindrical-coordinate representation of color #1296A8: hue angle of 187.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1296A8 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB18150168-
CMYK0.890.1100.34
HSL187.2º80.65%36.47%-
HSV(B)187.2º89.29%65.88%-
XYZ18.2224.7740.87-
YUV112.58159.2760.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.36%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 168 (66.02% from 255) = 50%
R=5.36%
G=44.64%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181501680.890.1100.34187.280.6536.47
Hex1296A859B022bb5124
Octal222262501311304227312144
Binary100101001011010101000101100110110100010101110111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1296A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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