#1295A8

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

Shades of Pelorous #1295A8

Tints of Pelorous #1295A8

Color information

#1295A8 (or 0x1295A8) is unknown color: approx Pelorous. HEX triplet: 12, 95 and A8. RGB value is (18,149,168). Sum of RGB (Red+Green+Blue) = 18+149+168=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 168 (66.02% from 255 or 50.15% from 335); Max value from RGB is 168 - color contains mainly: blue. Hex color #1295A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1295A8 is #ED6A57. Grayscale: #6F6F6F. Windows color (decimal): -15559256 or 11048210. OLE color: 11048210.

HSL color Cylindrical-coordinate representation of color #1295A8: hue angle of 187.6º 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 #1295A8 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB18149168-
CMYK0.890.1100.34
HSL187.6º80.65%36.47%-
HSV(B)187.6º89.29%65.88%-
XYZ18.0624.4540.81-
YUV112159.660.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.37%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 168 (66.02% from 255) = 50.15%
R=5.37%
G=44.48%
B=50.15%

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
Decimal181491680.890.1100.34187.680.6536.47
Hex1295A859B022bc5124
Octal222252501311304227412144
Binary100101001010110101000101100110110100010101111001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1295A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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