#1292A9

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

Shades of Pelorous #1292A9

Tints of Pelorous #1292A9

Color information

#1292A9 (or 0x1292A9) is unknown color: approx Pelorous. HEX triplet: 12, 92 and A9. RGB value is (18,146,169). Sum of RGB (Red+Green+Blue) = 18+146+169=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #1292A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1292A9 is #ED6D56. Grayscale: #6E6E6E. Windows color (decimal): -15560023 or 11112978. OLE color: 11112978.

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

Color convert

RGB18146169-
CMYK0.890.1400.34
HSL189.14º80.75%36.67%-
HSV(B)189.14º89.35%66.27%-
XYZ17.6923.5541.15-
YUV110.35161.0962.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.41%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 169 (66.41% from 255) = 50.75%
R=5.41%
G=43.84%
B=50.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181461690.890.1400.34189.1480.7536.67
Hex1292A959E022bd5125
Octal222222511311604227512145
Binary100101001001010101001101100111100100010101111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1292A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1292A9; }

 p { color: rgb(18,146,169); }

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

<style>
 a { background-color: #1292A9; }

 a { background-color: rgb(18,146,169); }

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

<style>
 span { border-color: #1292A9; }

 span { border-color: rgb(18,146,169); }

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