#1296A2

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

Shades of Java #1296A2

Tints of Java #1296A2

Color information

#1296A2 (or 0x1296A2) is unknown color: approx Java. HEX triplet: 12, 96 and A2. RGB value is (18,150,162). Sum of RGB (Red+Green+Blue) = 18+150+162=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #1296A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1296A2 is #ED695D. Grayscale: #6F6F6F. Windows color (decimal): -15559006 or 10655250. OLE color: 10655250.

HSL color Cylindrical-coordinate representation of color #1296A2: hue angle of 185º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1296A2 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18150162-
CMYK0.890.0700.36
HSL185º80%35.29%-
HSV(B)185º88.89%63.53%-
XYZ17.6824.5537.99-
YUV111.9156.2761.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.45%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 162 (63.67% from 255) = 49.09%
R=5.45%
G=45.45%
B=49.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181501620.890.0700.361858035.29
Hex1296A2597024b95023
Octal22226242131704427112043
Binary10010100101101010001010110011110100100101110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1296A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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