#12969E

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

Shades of Java #12969E

Tints of Java #12969E

Color information

#12969E (or 0x12969E) is unknown color: approx Java. HEX triplet: 12, 96 and 9E. RGB value is (18,150,158). Sum of RGB (Red+Green+Blue) = 18+150+158=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #12969E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12969E is #ED6961. Grayscale: #6F6F6F. Windows color (decimal): -15559010 or 10393106. OLE color: 10393106.

HSL color Cylindrical-coordinate representation of color #12969E: hue angle of 183.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12969E is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18150158-
CMYK0.890.0500.38
HSL183.43º79.55%34.51%-
HSV(B)183.43º88.61%61.96%-
XYZ17.3324.4136.15-
YUV111.44154.2761.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=5.52%
G=46.01%
B=48.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181501580.890.0500.38183.4379.5534.51
Hex12969E595026b75023
Octal22226236131504626712043
Binary10010100101101001111010110011010100110101101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12969E; }

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

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

<style>
 a { background-color: #12969E; }

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

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

<style>
 span { border-color: #12969E; }

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

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